| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon Jan 28, 2008 8:09 pm Post subject: compile ices0.4 when libshout not in default location? |
|
|
Hey mates,
got a small prob compiling ices0.4 ... he cant find libshout .. for me no problem.. so i downloaded it and compiled it.
now i made on ices a ./configure --help to figure out which param to use telling ices where he can find libshout.
D0h? No param for that or am i blind.
(before asking why i installed libshout not to default dirs.... permission thingy)
Ok you leet guys ...give me a solution
greetings |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sat Feb 02, 2008 3:23 pm Post subject: libshout not found |
|
|
First you need to find where your libshout resides. run the following command as root :
find / -name "libshout*" -print
Output will tell you where the library resides say ( ie. /usr/local/lib )
Then make certain the path ( ie. /usr/local/lib ) is included in your
/etc/ld.so.conf file.
if not edit the file and place the directory ( ie. /usr/local/lib ) in this file.
then run the ldconfig command as root.
Hope this helps |
|
| Back to top |
|
 |
|