| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Thu May 01, 2008 5:32 am Post subject: Please help me!!! [ERROR While installing] |
|
|
While installing icecast on my server I received the following Error:
checking for libogg... not found
checking for libvorbis... not found
configure: error: must have Ogg Vorbis v1.0 or above installed
Can you guys please guide me on how to install OGG..
I have downloaded and uploaded vorbis-tools-1.2.0 to my server but I dont know what else to do... Please help me!!
I beg for assistance!
Thanks!! |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu May 01, 2008 6:06 am Post subject: |
|
|
-bash-3.00$ make install
Making install in src
make[1]: Entering directory `/var/www/vhosts/urtrancezone.com/httpdocs/icecast/libogg-1.1.3/src'
make[2]: Entering directory `/var/www/vhosts/urtrancezone.com/httpdocs/icecast/libogg-1.1.3/src'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libogg.la' '/usr/local/lib/libogg.la'
/usr/bin/install -c .libs/libogg.so.0.5.3 /usr/local/lib/libogg.so.0.5.3
/usr/bin/install: cannot create regular file `/usr/local/lib/libogg.so.0.5.3': Permission denied
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/var/www/vhosts/urtrancezone.com/httpdocs/icecast/libogg-1.1.3/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/www/vhosts/urtrancezone.com/httpdocs/icecast/libogg-1.1.3/src'
make: *** [install-recursive] Error 1
-bash-3.00$ |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu May 01, 2008 6:10 am Post subject: |
|
|
you will need the development packages for libogg and libvorbis
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu May 01, 2008 6:37 am Post subject: |
|
|
| karlH wrote: |
you will need the development packages for libogg and libvorbis
karl. |
dumb question but where do I get it?
I tried libogg-1.1.3.tar.gz but received the error above  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu May 01, 2008 8:39 am Post subject: |
|
|
The usual process involves installing the packages from the distribution eg libogg-devel libvorbis-devel but if you want to build from source then fine but don't forget that a normal non-root user will not be able run make install as they don't have access rights to write in the system directories. In such cases you run make install as root.
karl. |
|
| Back to top |
|
 |
|