IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Linux Install Probs with Right Bloody Dir
Nexus-7
post Dec 20 2003, 12:40 PM
Post #1


Newbie
*

Group: Members
Posts: 3
Joined: 4-December 03
Member No.: 126



This problem is really starting to irritate me. I know it must be something simple that is staring me in the face, but I have been unable to figure it out, so if you guys have any suggestions that would be awesome. At any rate I am 99% certain that I have everything in the proper dir structure. I have installed RCBots before on Win32, but for some reason I can not make this Linux install work!
All the RCBot files are in the following dir:
/home/absolut/hlds_l/rcbot

Dedicated NS server stuff is in:
/home/absolut/hlds_l/ns

WTF am I doing wrong? Here are the logged errors.


L 12/20/2003 - 06:27:32: [META] ERROR: ini: Plugin '<rcbot_mm_i486.so>' has newer file, but unexpected status (badfile)
L 12/20/2003 - 06:27:32: [META] ini: Read plugin config for: <rcbot_mm_i486.so>
L 12/20/2003 - 06:27:32: [META] ini: Read plugin config for: whichbot
L 12/20/2003 - 06:27:32: [META] ini: Finished reading plugins list: addons/metamod/plugins.ini; Found 5 plugins
L 12/20/2003 - 06:27:32: [META] dll: Updating plugins...
L 12/20/2003 - 06:27:32: [META] ERROR: dll: Failed query plugin '<rcbot_mm_i486.so>'; Couldn't open file '/home/absolut/hlds_l/rcbot/dlls/rcbot_mm_i486.so': libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
L 12/20/2003 - 06:27:32: [META] ERROR: dll: Skipping plugin '<rcbot_mm_i486.so>'; couldn't query
L 12/20/2003 - 06:27:32: [META] dll: Finished updating 5 plugins; kept 4, loaded 0, unloaded 0, reloaded 0, delayed 0



EDIT: Here are the contents of my plugins.ini file:
linux ../ns/addons/adminmod/dlls/admin_MM_i386.so
linux addons/w/dlls/w_mm_i386.so
linux addons/metamod/dlls/unstuck_mm.so
linux ../rcbot/dlls/rcbot_mm_i486.so
linux addons/whichbot/dlls/libwhichbot.so



Here's a picture of the stupid dir tree as I'm pretty sure it should be...
user posted image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CheesyPeteza
post Dec 29 2003, 02:41 PM
Post #2


Member
**

Group: Members
Posts: 10
Joined: 29-December 03
Member No.: 155



I have the same problem. It means it can't find a library to load the plugin.
QUOTE

libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory


If the source was available I could recompile it. But it aint even though its supposed to be for metamod plugins. biggrin.gif

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Dec 29 2003, 05:03 PM
Post #3


Admin
*****

Group: Admin
Posts: 3,055
Joined: 11-September 03
From: uk
Member No.: 1



probbably my stupid linux machine building the wrong stupid thing again .. I'll have a shot at it myself.. and release a fix if i can get it to work mad.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Dec 29 2003, 11:23 PM
Post #4


Admin
*****

Group: Admin
Posts: 3,055
Joined: 11-September 03
From: uk
Member No.: 1



yeah i need to make the source sometime.. but its also not a metamod plugin at the same time that complicates things :/ and I need a shared workspace type thing...

anyway my dll file runs fine in linux. I don't know whats up with the dll you're using.

Maybe it got corrupt or something somehow

Try this dll file it is exact same.. it does work with me. (attached)


Attached File(s)
Attached File  rcbot_mm_i486.zip ( 153.43k ) Number of downloads: 431
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Dec 29 2003, 11:36 PM
Post #5


Admin
*****

Group: Admin
Posts: 3,055
Joined: 11-September 03
From: uk
Member No.: 1



PS: Make sure all permissions are set okay.

I'm sure its in the right folder and everything but the permissions might able the program to 'see' the .so dll file
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jan 2 2004, 09:32 PM
Post #6


Admin
*****

Group: Admin
Posts: 3,055
Joined: 11-September 03
From: uk
Member No.: 1



If i remember right, the linux build did come up with a warning saying something like "clock skew detected, your build may be incomplete" thuis was because the clocks on my windows machine and linux machine differed. But I didn't think this would be a problem, I don't know why it works on my machine fine though and not anyone elses, maybe I'll have a go at rebuilding after fixing the clocks.

I'll make a new build though with some new stuff etc mentioned so far on the release + maybe the source code since I really should release it since it's required for metamod, but I still need to finish commenting it out and crediting.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Kid A
post Jan 12 2004, 08:48 AM
Post #7


Newbie
*

Group: Members
Posts: 1
Joined: 12-January 04
Member No.: 180



Hi,

I had the exact same errors described above. The solution (for me anyway) was to install the compat libraries which contained libc6.2-2.so.3
I'm running SUSE 9 and was able to grab the files easily using yast.

Try to find/install the libraries for your particular *nix distro and it should work

If you already have libc6.2-2.so.3 installed and you get the same error, then something else is going on.

Right now I've the following installed and everything runs fine:
L 01/12/2004 - 00:00:11: [META] ini: Read plugin config for: <rcbot_mm_i486.so>
L 01/12/2004 - 00:00:11: [META] ini: Read plugin config for: Adminmod
L 01/12/2004 - 00:00:11: [META] ini: Read plugin config for: whichbot
L 01/12/2004 - 00:00:11: [META] ini: Read plugin config for: Unstuck Pro

Hope this is useful info biggrin.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jan 12 2004, 05:43 PM
Post #8


Admin
*****

Group: Admin
Posts: 3,055
Joined: 11-September 03
From: uk
Member No.: 1



Thanks KidA I guess thats good info to put in the readme or something!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Nexus-7
post Jan 20 2004, 07:58 AM
Post #9


Newbie
*

Group: Members
Posts: 3
Joined: 4-December 03
Member No.: 126



This problem seemed to magically fix itself in 1.2 for me, so YAY! RCBots are back on my server. Happy times.

Edit: I didn't really have time to try the two fixes suggested by you helpful people because I was without internet access for about a month there.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Picturatus
post Feb 23 2007, 06:37 PM
Post #10


Newbie
*

Group: Members
Posts: 1
Joined: 23-February 07
Member No.: 1,050



.iso download file does not work for me ! whats wrong ?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 12:14 PM