Networking Forums

Networking Forums > Computer Networking > Linux Networking > running the makefile i got the error message .....

Reply
Thread Tools Display Modes

running the makefile i got the error message .....

 
 
yogesh
Guest
Posts: n/a

 
      01-05-2007, 10:50 AM
i run in REDHAT 9.0, mysql5.0.27, php5,

how to tackle the error

[root@localhost unix]# make -f Makefile_adm
g++ -o adm.cgi -O0 -g -pthread -DCASINO_TWIST -DTARGET_UNIX -DMYSQL4
-DNOTHREAD -DCASINO_TWIST -L/usr/local/lib/mysql -L/usr/local/lib
-lmysqlclient ../src/adm/mCgiMain.o ../src/adm/mSSIService.o
.../src/adm/mMain.o
/usr/bin/ld: warning: libm.so.2, needed by
/usr/local/lib/mysql/libmysqlclient.so, not found (try using -rpath or
-rpath-link)
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to
`__stdoutp'
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to
`__inet_addr'
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to
`__stderrp'
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to
`h_errno'
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to
`__error'
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to
`__inet_ntoa'
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to
`__isthreaded'
/usr/local/lib/mysql/libmysqlclient.so: undefined reference to
`__swbuf'
collect2: ld returned 1 exit status
make: *** [index] Error 1


please help me

 
Reply With Quote
 
 
 
 
John-Paul Stewart
Guest
Posts: n/a

 
      01-05-2007, 02:59 PM
yogesh wrote:
> i run in REDHAT 9.0, mysql5.0.27, php5,
>
> how to tackle the error
>
> [root@localhost unix]# make -f Makefile_adm

[snip]

Questions about Makefiles are off-topic in the .hardware, .networking,
and .x Linux groups for sure, and probably even off-topic in .misc. Why
did you cross-post a question to four off-topic groups?

There is a comp.os.linux.development.apps group that is where your
question will most likely be on-topic. Ask in the group where it is
on-topic to have the best chance of finding the people who can help.
 
Reply With Quote
 
Baho Utot
Guest
Posts: n/a

 
      01-05-2007, 10:00 PM
yogesh wrote:

> i run in REDHAT 9.0, mysql5.0.27, php5,
>
> how to tackle the error
>
> [root@localhost unix]# make -f Makefile_adm
> g++ -o adm.cgi -O0 -g -pthread -DCASINO_TWIST -DTARGET_UNIX -DMYSQL4
> -DNOTHREAD -DCASINO_TWIST -L/usr/local/lib/mysql -L/usr/local/lib
> -lmysqlclient ../src/adm/mCgiMain.o ../src/adm/mSSIService.o
> ../src/adm/mMain.o
> /usr/bin/ld: warning: libm.so.2, needed by

^^^^^^^^^^
libm.so.2 is missing in action, see if you can find it. If it is on the
computer then you need to set something in ./configure path to find it
try ./configure --help see if it shows you something. YMMV.

I can't be more specific with the information provided, sorry.

> /usr/local/lib/mysql/libmysqlclient.so, not found (try using -rpath or
> -rpath-link)
>


[putolin]

> please help me


--
Dancin in the ruins tonight
Tayo'y Mga Pinoy
 
Reply With Quote
 
 
 
Reply

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is pktgen v1.3 causing an error message like this? (See message body) gregg.drwho8@gmail.com Linux Networking 0 12-29-2006 03:43 AM
Error message bpeloquin@fixauto.com Broadband Hardware 1 11-12-2004 01:28 AM
Error Message BillD Broadband Hardware 2 01-23-2004 07:25 PM
error message.. netconn has caused error John Hartley Windows Networking 2 10-15-2003 09:22 AM
ERROR MESSAGE Dino Windows Networking 0 09-13-2003 01:31 AM



1 2 3 4 5 6 7 8 9 10 11