|
Home > Archive > Snort > September 2004 > [Snort-users] Snort startup problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[Snort-users] Snort startup problem
|
|
| Jeff Lanzarotta 2004-09-28, 5:47 pm |
| Hello,
When I attempt to start up snort, I get the following runtime error:
---------8<---------
[root@mandrake init.d]# ./snortd start
Starting snort: /usr/sbin/snort: relocation error:
/usr/lib/libmysqlclient.so.10: symbol errno, version GLIBC_2.0 not
defined in file libc.so.6 with link time reference
[FAILED]
---------8<---------
Any ideas on how to correct this?
Thanks.
----
Jeff
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjourn...guidepromo.tmpl
________________________________________
_______
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists...nfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf....ist=snort-users
| |
| Dirk Geschke 2004-09-28, 5:47 pm |
| Hi Jeff,
> When I attempt to start up snort, I get the following runtime error:
>
> ---------8<---------
>
> [root@mandrake init.d]# ./snortd start
> Starting snort: /usr/sbin/snort: relocation error:
> /usr/lib/libmysqlclient.so.10: symbol errno, version GLIBC_2.0 not
> defined in file libc.so.6 with link time reference
>
> [FAILED]
>
> ---------8<---------
>
> Any ideas on how to correct this?
you should compile mysql by yourself instead of using a binary version?
The error is that the libmysqlclient was linked against another version
of the glibc. Welcome in the club of frustrated glibc users...
In earlier version the errno symbol was part of th glibc but in later
versions this symbol is replaced by a header definition so it becomes
thread safe.
Best regards
Dirk
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjourn...guidepromo.tmpl
________________________________________
_______
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists...nfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf....ist=snort-users
| |
| Jose Maria Lopez 2004-09-29, 7:57 pm |
| y El mar, 28 de 09 de 2004 a las 19:54, Jeff Lanzarotta escribi=C3=B3:
> Hello,
>=20
> When I attempt to start up snort, I get the following runtime error:
>=20
> ---------8<---------
>=20
> [root@mandrake init.d]# ./snortd start
> Starting snort: /usr/sbin/snort: relocation error:
> /usr/lib/libmysqlclient.so.10: symbol errno, version GLIBC_2.0 not
> defined in file libc.so.6 with link time reference
> =20
> [FAILED]
>=20
> ---------8<---------
>=20
> Any ideas on how to correct this?
>=20
> Thanks.
>=20
> ----
> Jeff
You have a too old version of mysql libraries that uses glibc 2.0,
and your system have a newer glibc. You should upgrade the mysql
libs.
--=20
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPA=C3=91A
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjourn...guidepromo.tmpl
________________________________________
_______
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists...nfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf....ist=snort-users
|
|
|
|
|