AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   SAP Linux pre-0.7n3 problem (https://forums.alliedmods.net/showthread.php?t=36991)

ingerul 12-29-2004 11:03

SAP Linux pre-0.7n3 problem
 
I just can't get SAP working on my linux server.

Informations about the linux box:
Fedora Core 3
Code:

[root@source srcds_l]# uname -a
Linux source 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 athlon i386 GNU/Linux

Informations about the cs:s server:
After a update, my server files look like this:
Code:

Checking bootstrapper version ...
Updating Installation
Logging in as 'ingerul'
Checking/Installing 'Counter-Strike Source Shared Content' version 21
Checking/Installing 'Base Source Shared Models' version 3
Checking/Installing 'Base Source Shared Sounds' version 3
Checking/Installing 'Base Source Shared Materials' version 3
Checking/Installing 'Linux Source HLDS' version 22
HLDS installation up to date

Informations about SAP instalation
I've installed SAP Linux pre-0.7n3 in cstrike/addons folder, that looks like this:
Code:

Directory Structure
cstrike/addons/SAP
cstrike/addons/sap_cstrike.vdf
cstrike/addons/SAP/logs
cstrike/addons/SAP/sap_sp_i486.so

I haven't made any additional changes...

Informations about the error
When I'm trying to start the server, I get this error:
Code:

Auto detecting CPU
Using AMD Optimised binary.
Auto-restarting the server on crash
                                                                                                                           
Console initialized.
Network: IP 127.0.0.1, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Attempted to create unknown entity type event_queue_saveload_proxy!
Game .dll loaded for "Counter-Strike: Source"
Unable to load plugin "../cstrike/addons/SAP/sap_sp"
maxplayers set to 24
Executing dedicated server config file
WARNING: Cannot access bot phrase database 'BotChatter.db'
Server logging enabled.
Server logging data to file logs/L1229026.log
L 12/29/2004 - 17:42:48: Log file started (file "logs/L1229026.log") (game "/home/radu/srcds_l/cstrike") (version "2230")
L 12/29/2004 - 17:42:48: server_cvar: "mp_flashlight" "1"
L 12/29/2004 - 17:42:48: server_cvar: "mp_timelimit" "35"
Adding master server 207.173.177.12:27011
Adding master server 207.173.177.11:27011

Any idea?

originalbob 12-29-2004 11:57

Can't follow directions?
Quote:

Post finished Half-Life 2 Server Plugins here.
If you include source code, they will be stickied.

If you create a help/request topic it will be removed.

What are Half-Life 2 Server Plugins?
They are not SourceMod plugins. They are "metamod"-style plugins that are loaded directly by Half-Life 2.

However, SourceMod is a Server Plugin that can load other Server Plugins.
Anyway, to answer your question quickly before this topic gets deleted, read through the 60 or so pages on the SAP plugin. I believe there was an issue with the vdf files and the slashes being put in backwards in the LInux version at some point. Also, I don't think you need the ../ at the beginning.

ingerul 12-29-2004 12:04

pls move this instead of deleting it...

Manip 12-29-2004 14:00

Did you try changing the VDF file line to read -

"cstrike/addons/SAP/sap_sp"

Instead of:

"../cstrike/addons/SAP/sap_sp"

Someone running RedHat said they had to do this to get it to work but others running non-RH systems didn't have the same problem.. :roll:

ingerul 12-29-2004 15:09

Well i figure it out, it's Fedora Core 3 related. On my primare server I have Fedora Core 3, but on my personal computer I have Fedora Core 2. The same configuration works fine in FC2, but in FC3 it throws that error i was talking about. What might be the problem, because i don't want to reinstall and reconfigure that server?

Manip 12-29-2004 16:06

The n3 release uses the stdlibc++ package..

ingerul 12-29-2004 17:48

And what do I have to do to make things work?

SO, this is no so offtopic afterall...

BAILOPAN 12-29-2004 18:09

It certainly is off-topic, it's not SourceMod related.

Manip 12-29-2004 18:09

Quote:

Originally Posted by ingerul
And what do I have to do to make things work?

SO, this is no so offtopic afterall...

Install the stdlibc++ package?

ingerul 12-29-2004 18:20

Quote:

Install the stdlibc++ package?
What makes you think stdlibc++ it's not already installed? This was one of the first things I've checked...
On FC2:
Code:

[radu@kenjiru radu]$ rpm -q libstdc++
libstdc++-3.3.3-7

On FC3:
Code:

[root@source ~]# rpm -q libstdc++
libstdc++-3.4.2-6.fc3

With what version of libstdc++ have you tested SAP Linux pre-0.7n?


All times are GMT -4. The time now is 03:32.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.