Author Topic: Help with install  (Read 3137 times)

tux-box1

  • Veteran
  • ***
  • Posts: 80
    • View Profile
Help with install
« on: July 29, 2010, 09:26:52 pm »
Maybe I'm missing some thing simple, but I've been trying to build LMCE form source. For what feels like days.
Some back data.

I'm following this guide http://wiki.linuxmce.com/index.php/Building_LinuxMCE_0810. I have a fresh install of 8.10. So naturaly I start with the getting started section under building from source, I get to the Installing the build scripts section and run the command.
Code: [Select]
sh ./install.sh
well, I get the following output.
Code: [Select]
Installing Default Configs For intrepid-i386
Creating symlink in /usr/local/lmce-build
./install.sh: 36: [[: not found

When I go looking for the file. I don't find one.
 ???

Zaerc

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 2256
  • Department of Redundancy Department.
    • View Profile
Re: Help with install
« Reply #1 on: July 30, 2010, 12:32:05 am »
Make sure your default shell (/bin/sh) is bash and not dash.  Either that or somebody made a boo boo.  
« Last Edit: July 30, 2010, 12:33:38 am by Zaerc »
"Change is inevitable. Progress is optional."
-- Anonymous


tux-box1

  • Veteran
  • ***
  • Posts: 80
    • View Profile
Re: Help with install
« Reply #2 on: August 04, 2010, 06:19:47 pm »
Quote
Make sure your default shell (/bin/sh) is bash and not dash
It should be by default. I went in and edited one of the files, and commented out the "else part" and added the line to the statement so it would run the command any way. It work after that. but error-ed out some where else. I would give more info, but I've moved on form that to using the snap shot image. I have installation errors there as well.

Code: [Select]
grep: /etc/asterisk/modules.conf: No such file or directory
sed: can't read /etc/asterisk/modules.conf: No such file or directory
and
Code: [Select]
E: Couldn't find package alsa-modules-2.6.27-17-generic
update-initramfs: Generating /boot/initrd.img-2.6.27-7-generic
Installing the latest v4l2 modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package v4l2-modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package v4l2-firmware
Remove softlink to start KDM
Leaving `local diversion of /etc/init.d/kdm to /etc/init.d/kdm.wraped'

I don't what I'm doing wrong.  ???