Go Back   Winamp Forums > SHOUTcast > SHOUTcast Technical Support

Reply
Thread Tools Search this Thread Display Modes
Old 28th December 2004, 18:55   #1
piscitella
Junior Member
 
Join Date: Dec 2004
Location: phoenix
Posts: 3
Shoutcast Server 1.9.5 on Freebsd 5.1

Looking for some help with new Shoutcast Server on FreeBsd 5.1 I get the following error when try to start server.

bash-2.05b$ ./sc_serv
ELF interpreter /libexec/ld-elf.so.1 not found
Abort trap

FreeBSD ns2 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jul 16 08:02:16 MST 2003

I have older version running on BSD 4.9 but would like to get working on 5

thanks
piscitella is offline   Reply With Quote
Old 28th December 2004, 19:01   #2
MegaRock
Forum King
 
MegaRock's Avatar
 
Join Date: Jun 2003
Location: Inside my water bong
Posts: 6,775
Send a message via ICQ to MegaRock Send a message via Yahoo to MegaRock
Try installing the 4.x compat libraries and see if that helps as it has solved most compatibilitity issues.

1001. FM - Megarock Radio - St. Louis Since 1998!
Tune In Now!
Corporate Radio Sucks! No suits, all rock!
MegaRock is offline   Reply With Quote
Old 28th December 2004, 20:48   #3
piscitella
Junior Member
 
Join Date: Dec 2004
Location: phoenix
Posts: 3
The sc_serv is looking for the ld-elf.so.1 in the /libexec directory. This directory DOES NOT exist as the library is located in the /usr/libexec directory.

As a simply way of getting it working I created a /libexec directory and did a symbolic link to the actual library file. I am thinking that the sc_serv program really should be looking in the correct location.

The compat4.x lib does not contain this library.
piscitella is offline   Reply With Quote
Old 29th December 2004, 05:13   #4
paz21
Junior Member
 
Join Date: Feb 2004
Posts: 31
It is correct location. (/usr/libexec/ld-elf.so.1 is symlink to /libexec/ld-elf.so.1 now)
You should really upgrade your FreeBSD.
I can accept someone running older version of 4-STABLE branch for years for various reason... but keeping 5.1-R? with all those debugging bit turned on and security hole(s)?

Last edited by paz21; 29th December 2004 at 05:45.
paz21 is offline   Reply With Quote
Old 24th January 2005, 17:04   #5
WereTiger
Junior Member
 
Join Date: Jan 2005
Posts: 3
I'm running FreeBSD 5.1-R, and upgrading isn't really feasible (not to mention FreeBSD 5.3 has problems on some hardware). I considered using a symlink to get around this problem, but because I have my usr directory on a different partition than my home directory I can't.

Any other suggestions? or should I just tell my shoutcast customers they'll have to go go elsewhere?
WereTiger is offline   Reply With Quote
Old 24th January 2005, 22:00   #6
DJ AmPs
Major Dude
 
DJ AmPs's Avatar
 
Join Date: Mar 2002
Location: g
Posts: 1,603
Did you try the Linux DNAS in compatability mode?
DJ AmPs is offline   Reply With Quote
Old 25th January 2005, 05:13   #7
paz21
Junior Member
 
Join Date: Feb 2004
Posts: 31
Quote:
Originally posted by WereTiger
I'm running FreeBSD 5.1-R, and upgrading isn't really feasible (not to mention FreeBSD 5.3 has problems on some hardware). I considered using a symlink to get around this problem, but because I have my usr directory on a different partition than my home directory I can't.

Any other suggestions? or should I just tell my shoutcast customers they'll have to go go elsewhere?
I don't know about backward compatibility issue(since it is 5.2.1 binary, it might not work because of incompatible linker or library), but symlink should work regardless of partition.

mkdir /libexec
ln -s /usr/libexec/ld-elf.so.1 /libexec
paz21 is offline   Reply With Quote
Old 25th January 2005, 06:11   #8
WereTiger
Junior Member
 
Join Date: Jan 2005
Posts: 3
Worked, just couldn't remember the syntax for a softlink.
WereTiger is offline   Reply With Quote
Reply
Go Back   Winamp Forums > SHOUTcast > SHOUTcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump