We had some trouble using DSO on Solaris in that it chewed up memory.

But it id work.

If it is just something where the shell variable G wasn't being set, perhaps
simply going through the Makefiles will help?

sorry i can't be more help

-----Original Message-----
From: Kenny Smith [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, December 17, 2002 10:23 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [mp1.0] linking libperl.so fails because of "G: command not
found"


Hi Frank,

This is how I configured apache:

./configure --prefix=/usr/local/kenny --enable-module=rewrite 
--enable-shared=rewrite --enable-suexec --suexec-caller=nobody 
--suexec-docroot=/usr/www --enable-module=so


and this is how I configured mod_perl:

perl Makefile.PL \
     USE_APXS=1 \
     WITH_APXS=/usr/local/apache/bin/apxs \
     EVERYTHING=1


The problem was that it just wasn't filling in that one value in the 
configure script, so it didn't know what binary to use to link after 
compilation.

Kenny Smith

[EMAIL PROTECTED] wrote:

> Kenny,
>
> I am not sure if I can help you much, but I was succesful in building
> this
> combination. The main differences I see between our configuration is that
> you are using SunOS in Intel wheras I am using SPARC and that you
> obviously tried to build mod_perl as DSO.
>
> What were the command lines you used to configure mod_perl and Apache? 
> Do you need mod_perl running as a DSO?
>
>
> Regards,
> Frank
>
>
>
>
>
> "Kenny Smith"
> 13.12.2002 18:57
>
>
>         An:     [EMAIL PROTECTED]
>         Kopie:
>         Thema:  [mp1.0] linking libperl.so fails because of "G:
> command not found"
>
>
> Hello,
>
> I'd like to report an installation bug. I've looked around and if this 
> has already been reported, or is mentioned in documentation, I 
> apologize for the repeat.
>
> The symptom is when make tries to link libperl.so it dies with "G: 
> command not found"
>
> I tracked down PERL_LD was blank in apaci/Makefile. I put gcc in 
> there, and it linked and built properly. One one of the subsequent 
> lines there was a -G at the start of PERL_LDDLFLAGS, so I assume that 
> is where the G came from.
>
> Versions:
>
> SunOS 5.8 x86
> apache 1.3.27
> mod_perl 1.27
> gcc version 2.95.3 20010315 (release)
> autoconf (GNU Autoconf) 2.53
> GNU Make version 3.79.1
>
> If there is any other information you need, please let me know.
>
> Kenny Smith
> JournalScape.com
>
>
>
>
>
>


------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated 
recipient(s) named above.  If you are not the intended recipient of this message you 
are hereby notified that any review, dissemination, distribution or copying of this 
message is strictly prohibited.  This communication is for information purposes only 
and should not be regarded as an offer to sell or as a solicitation of an offer to buy 
any financial product, an official confirmation of any transaction, or as an official 
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be secure or 
error-free.  Therefore, we do not represent that this information is complete or 
accurate and it should not be relied upon as such.  All information is subject to 
change without notice.


Reply via email to