| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sun Apr 02, 2006 10:41 pm Post subject: cannot install icecast, GLIBC problem |
|
|
I've installed all the latest stable versions of xslt, xml2, and the dev files.
I was able to ./configure after doing this, but I get this error when trying to issue the 'make' command.
| Quote: |
/usr/lib/libxslt.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
collect2: ld returned 1 exit status
make[3]: *** [icecast] Error 1
make[3]: Leaving directory `/home/youeithe/temp/icecast-2.3.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/youeithe/temp/icecast-2.3.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/youeithe/temp/icecast-2.3.1'
make: *** [all] Error 2 |
Can anyone help?  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 02, 2006 11:35 pm Post subject: |
|
|
you have a dependency problem, the installed libxslt is requiring something from glibc 2.4 and I guess you have an earlier version. It's not an icecast requirement.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Apr 03, 2006 12:05 am Post subject: |
|
|
I'm aware I have a dependency problem, but what I need is help making icecast work.
How do I get icecast to install if I can't use the 'make' or 'make install' options as outlined in the documentation then? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Apr 03, 2006 12:20 am Post subject: |
|
|
you need to replace your libxslt to something that is compatible with your glibc. I'm not aware of your distro but it may involve picking an older version of libxslt if you installing pre-compiled versions.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Apr 03, 2006 12:24 am Post subject: |
|
|
| Got it. What a nightmare. Thanks! |
|
| Back to top |
|
 |
|