|
Home > Archive > AOL Webserver > December 2007 > trouble installing nsmysql
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 |
trouble installing nsmysql
|
|
| Brad Chick 2007-12-20, 7:11 pm |
| All,
I'm not sure if the nsmysql
is still functional or being used by anyone. But I'm trying to compile
on
Linux version 2.6.11-1.1369_FC4smp (gcc version 4.0.0 20050525 (Red Hat
4.0.0-9))
with aolserver 4.0.10
and am getting the following error:
ld: unrecognized option '-Wl,-rpath,/usr/local/aolserver/lib'
make: *** [nsmysql.so] Error 1
We see this thread,
http://www.webservertalk.com/archiv...-7-1938152.html
where Dossy says to
"Try changing that to:
-Wl,-rpath -Wl,/usr/local/aolserver/lib"
but don't know exactly where that needs to be changed.
We tried making the change in
/usr/local/aolserver/include/Makefile.global
But that didn't work. Any help would be appreciated.
--
==================================
BRAD CHICK
==================================
Manager of My Own Thoughts, Mostly
Active Sports Technologies
The Active Network, Inc.
10182 Telesis Court, Suite 300
San Diego, CA 92121
(858) 964-3983 office
(858) 677-9780 fax
BC@active.com
www.active.com
===================================
| |
| Francesco P. Lovergine 2007-12-21, 7:11 am |
| On Thu, Dec 20, 2007 at 02:23:58PM -0500, Brad Chick wrote:
> All,
>
> I'm not sure if the nsmysql
> is still functional or being used by anyone. But I'm trying to compile
>
> on
> Linux version 2.6.11-1.1369_FC4smp (gcc version 4.0.0 20050525 (Red Hat
> 4.0.0-9))
> with aolserver 4.0.10
>
> and am getting the following error:
>
>
> ld: unrecognized option '-Wl,-rpath,/usr/local/aolserver/lib'
> make: *** [nsmysql.so] Error 1
>
> We see this thread,
> http://www.webservertalk.com/archiv...-7-1938152.html
> where Dossy says to
>
> "Try changing that to:
>
> -Wl,-rpath -Wl,/usr/local/aolserver/lib"
>
> but don't know exactly where that needs to be changed.
>
> We tried making the change in
>
> /usr/local/aolserver/include/Makefile.global
>
> But that didn't work. Any help would be appreciated.
ifndef NO_LDOVERRIDE
# Override linker to use ld(1), if your gcc doesn't understand -R ...
-LDSO = ld -shared
+LDSO = gcc -shared
endif
Cheers
--
Francesco P. Lovergine
|
|
|
|
|