View previous topic :: View next topic |
Author |
Message |
Trojan -
Joined: 22 Jun 2004 Posts: 6
|
Posted: Wed Jun 23, 2004 12:11 am Post subject: Installing problem |
|
|
Hi
I’m trying to install Abyess Web Server in FreeBSD 5.2.1
I get the following error after ./abyssws
/usr/libexec/ld-elf.so.1: shared object “libc_r.so.4” not found
I need to install some think but I don’t now what & I cannot seen to find anything about it in the troubleshooting guide.
Regards
Jonathan |
|
Back to top |
|
 |
needforspeed -
Joined: 20 Oct 2003 Posts: 69 Location: Kansas
|
Posted: Wed Jun 23, 2004 7:44 am Post subject: |
|
|
I've never used that OS before, but I use linux a little. To me, that means abyss uses that library to run, and you need to install it. Maybe somebody here knows more. I don't know if this helps, but what I do in Linux is search on google for that exact name, and I usually find a site to download the file within the first 10 results. Usually find some installation instructions too. Maybe that helps, maybe not...but good luck. _________________ My site and forums |
|
Back to top |
|
 |
Trojan -
Joined: 22 Jun 2004 Posts: 6
|
Posted: Wed Jun 23, 2004 9:59 pm Post subject: |
|
|
Ok thanks
That’s what I normally do (look it up on Google)
But I’m not having much luck with this problem :( |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jun 24, 2004 4:37 pm Post subject: Re: Installing problem |
|
|
Trojan,
Abyss was compiled on FreeBSD 4.8 so it depends on the version 4 of the system libraries. Try installing FreeBSD 4.* libraries/executable support in your operating system. If you have installed the Linux binary compatibility mode, you can also run the Linux version of Abyss on your FreeBSD.
Anyway, we'll try to keep you updated if we discovered the origin of the problem. Your feedback is also welcome. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Trojan -
Joined: 22 Jun 2004 Posts: 6
|
Posted: Fri Jun 25, 2004 8:56 pm Post subject: |
|
|
Aha! That’s a cunning plan why did I not think of that (using the Linux version)
As I don’t now how to install version 4 of the system libraries
& it works :) thanks
The only thing when I restart my FreeBSD server abyss does not start up automatically or restart from with in the admin, just stops. I don’t now if it’s cos I’m using the Linux version?
Anyway that’s a minor problem
Regards
Jonathan |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Jun 27, 2004 12:15 pm Post subject: |
|
|
Trojan,
To have Abyss restart automatically at system startup, you'll have to add it to one of the intialization script in /etc/rc.d (just as you would do with any other system service.) Please contact for more information. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Trojan -
Joined: 22 Jun 2004 Posts: 6
|
Posted: Tue Jun 29, 2004 9:09 pm Post subject: |
|
|
I cannot seem to get abyss to start automatically.
Can you please tell me how to right a script that will start it
Thanks
Jonathan
Ps
I have managed to install the version 4 of the system libraries. So I have got FreeBSD version of Abyss to work :) |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue Jun 29, 2004 9:57 pm Post subject: |
|
|
What window manager do you use? _________________ Bienvenidos! |
|
Back to top |
 |
 |
Trojan -
Joined: 22 Jun 2004 Posts: 6
|
Posted: Wed Jun 30, 2004 7:31 pm Post subject: |
|
|
Ok I got it working
Using FreeBSD
I maked a simple shell script
/location/of/abyss/
./abyssws &
exit 0
Put it in /usr/local/etc/rc.d/ |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jul 01, 2004 1:54 pm Post subject: |
|
|
Trojan,
A better solution is to use
instead of
The -d switch will force Abyss to run as a daemon. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Trojan -
Joined: 22 Jun 2004 Posts: 6
|
Posted: Thu Jul 01, 2004 8:21 pm Post subject: |
|
|
ok thanks |
|
Back to top |
|
 |
|