You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2002/04/03 17:45:54 UTC

Re: Apache, mod_ssl and DSO support -failing

On Wed, 3 Apr 2002, Radhika Sambamurti wrote:

> Hi,
> I am trying to build apache + mod_ssl + openssl + mm
> on Solaris 8 with DSO enabled.
>
> The script is:
> ./configure \
> "--with-apache=/export/home/apache/src/apache_1.3.23" \
> "--with-ssl=/export/home/apache/src/openssl-0.9.6b" \
> "--with-mm=/export/home/apache/src/mm-1.1.3" \
> "--prefix=/export/home/apache/apache" \
> "--enable-shared=so" \
> "$@"

> Configure:Error: Module mod_so cannot be made a DSO itselt
> ./configureError: APACI failed

Yep, that seems pretty clear, other than the typo in the error.  Change
the --enable-shared=so to --enable-module=so.  Since mod_so is the thing
that makes "shared" possible, it can't be shared itself.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache, mod_ssl and DSO support -failing

Posted by Soheil Shaghaghi <so...@jhanna.com>.
Thanks, but that's not the problem.
I did try that, and still the same problem.
by the way, if I install Apache by itself, and run make it doesn't give me
any errors.

Soheil




-----Original Message-----
From: Radhika Sambamurti [mailto:radhika_narendran@yahoo.com]
Sent: Wednesday, April 03, 2002 12:03 PM
To: users@httpd.apache.org
Subject: RE: Apache, mod_ssl and DSO support -failing


hi,

This looks like make is not in your path.
do a find on make and put it in the path or use the
absolute pathname.

radhika


--- Soheil Shaghaghi <so...@jhanna.com> wrote:
> Hello,
> I just tried this same method, and when I try to do a
> make, I get this
> error:
> /usr/src/apache_1.3.24 >make
> ===> src
> make[1]: Entering directory `/usr/src/apache_1.3.24'
> make[2]: Entering directory `/usr/src/apache_1.3.24/src'
> make[2]: *** No rule to make target `all'.  Stop.
> make[2]: Leaving directory `/usr/src/apache_1.3.24/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/usr/src/apache_1.3.24'
> make: *** [build] Error 2
>
> Any ideas?
>
>
> -----Original Message-----
> From: Radhika Sambamurti
> [mailto:radhika_narendran@yahoo.com]
> Sent: Wednesday, April 03, 2002 8:48 AM
> To: users@httpd.apache.org
> Subject: Re: Apache, mod_ssl and DSO support -failing
>
>
> Thank you so much. It works!!!
>
> -radhika
>
> --- Joshua Slive <jo...@slive.ca> wrote:
> >
> > On Wed, 3 Apr 2002, Radhika Sambamurti wrote:
> >
> > > Hi,
> > > I am trying to build apache + mod_ssl + openssl + mm
> > > on Solaris 8 with DSO enabled.
> > >
> > > The script is:
> > > ./configure \
> > > "--with-apache=/export/home/apache/src/apache_1.3.23"
> \
> > > "--with-ssl=/export/home/apache/src/openssl-0.9.6b" \
> > > "--with-mm=/export/home/apache/src/mm-1.1.3" \
> > > "--prefix=/export/home/apache/apache" \
> > > "--enable-shared=so" \
> > > "$@"
> >
> > > Configure:Error: Module mod_so cannot be made a DSO
> > itselt
> > > ./configureError: APACI failed
> >
> > Yep, that seems pretty clear, other than the typo in
> the
> > error.  Change
> > the --enable-shared=so to --enable-module=so.  Since
> > mod_so is the thing
> > that makes "shared" possible, it can't be shared
> itself.
> >
> > Joshua.
> >
> >
> >
>
---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache
> > HTTP Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for
> more
> > info.
> > To unsubscribe, e-mail:
> > users-unsubscribe@httpd.apache.org
> > For additional commands, e-mail:
> > users-help@httpd.apache.org
> >
>
>
> =====
> It's all a matter of perspective. You can choose your
> view by choosing where
> to stand.
> --Larry Wall
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
>
>
---------------------------------------------------------------------
> The official User-To-User support forum of the Apache
> HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more
> info.
> To unsubscribe, e-mail:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
>
>
>
>
---------------------------------------------------------------------
> The official User-To-User support forum of the Apache
> HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more
> info.
> To unsubscribe, e-mail:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
>


=====
It's all a matter of perspective. You can choose your view by choosing where
to stand.
--Larry Wall

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache, mod_ssl and DSO support -failing

Posted by Radhika Sambamurti <ra...@yahoo.com>.
hi,

This looks like make is not in your path.
do a find on make and put it in the path or use the
absolute pathname.

radhika


--- Soheil Shaghaghi <so...@jhanna.com> wrote:
> Hello,
> I just tried this same method, and when I try to do a
> make, I get this
> error:
> /usr/src/apache_1.3.24 >make
> ===> src
> make[1]: Entering directory `/usr/src/apache_1.3.24'
> make[2]: Entering directory `/usr/src/apache_1.3.24/src'
> make[2]: *** No rule to make target `all'.  Stop.
> make[2]: Leaving directory `/usr/src/apache_1.3.24/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/usr/src/apache_1.3.24'
> make: *** [build] Error 2
> 
> Any ideas?
> 
> 
> -----Original Message-----
> From: Radhika Sambamurti
> [mailto:radhika_narendran@yahoo.com]
> Sent: Wednesday, April 03, 2002 8:48 AM
> To: users@httpd.apache.org
> Subject: Re: Apache, mod_ssl and DSO support -failing
> 
> 
> Thank you so much. It works!!!
> 
> -radhika
> 
> --- Joshua Slive <jo...@slive.ca> wrote:
> >
> > On Wed, 3 Apr 2002, Radhika Sambamurti wrote:
> >
> > > Hi,
> > > I am trying to build apache + mod_ssl + openssl + mm
> > > on Solaris 8 with DSO enabled.
> > >
> > > The script is:
> > > ./configure \
> > > "--with-apache=/export/home/apache/src/apache_1.3.23"
> \
> > > "--with-ssl=/export/home/apache/src/openssl-0.9.6b" \
> > > "--with-mm=/export/home/apache/src/mm-1.1.3" \
> > > "--prefix=/export/home/apache/apache" \
> > > "--enable-shared=so" \
> > > "$@"
> >
> > > Configure:Error: Module mod_so cannot be made a DSO
> > itselt
> > > ./configureError: APACI failed
> >
> > Yep, that seems pretty clear, other than the typo in
> the
> > error.  Change
> > the --enable-shared=so to --enable-module=so.  Since
> > mod_so is the thing
> > that makes "shared" possible, it can't be shared
> itself.
> >
> > Joshua.
> >
> >
> >
>
---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache
> > HTTP Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for
> more
> > info.
> > To unsubscribe, e-mail:
> > users-unsubscribe@httpd.apache.org
> > For additional commands, e-mail:
> > users-help@httpd.apache.org
> >
> 
> 
> =====
> It's all a matter of perspective. You can choose your
> view by choosing where
> to stand.
> --Larry Wall
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
> 
>
---------------------------------------------------------------------
> The official User-To-User support forum of the Apache
> HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more
> info.
> To unsubscribe, e-mail:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
> 
> 
> 
>
---------------------------------------------------------------------
> The official User-To-User support forum of the Apache
> HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more
> info.
> To unsubscribe, e-mail:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
> 


=====
It's all a matter of perspective. You can choose your view by choosing where to stand.
--Larry Wall

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache, mod_ssl and DSO support -failing

Posted by Soheil Shaghaghi <so...@jhanna.com>.
Hello,
I just tried this same method, and when I try to do a make, I get this
error:
/usr/src/apache_1.3.24 >make
===> src
make[1]: Entering directory `/usr/src/apache_1.3.24'
make[2]: Entering directory `/usr/src/apache_1.3.24/src'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/usr/src/apache_1.3.24/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.24'
make: *** [build] Error 2

Any ideas?


-----Original Message-----
From: Radhika Sambamurti [mailto:radhika_narendran@yahoo.com]
Sent: Wednesday, April 03, 2002 8:48 AM
To: users@httpd.apache.org
Subject: Re: Apache, mod_ssl and DSO support -failing


Thank you so much. It works!!!

-radhika

--- Joshua Slive <jo...@slive.ca> wrote:
>
> On Wed, 3 Apr 2002, Radhika Sambamurti wrote:
>
> > Hi,
> > I am trying to build apache + mod_ssl + openssl + mm
> > on Solaris 8 with DSO enabled.
> >
> > The script is:
> > ./configure \
> > "--with-apache=/export/home/apache/src/apache_1.3.23" \
> > "--with-ssl=/export/home/apache/src/openssl-0.9.6b" \
> > "--with-mm=/export/home/apache/src/mm-1.1.3" \
> > "--prefix=/export/home/apache/apache" \
> > "--enable-shared=so" \
> > "$@"
>
> > Configure:Error: Module mod_so cannot be made a DSO
> itselt
> > ./configureError: APACI failed
>
> Yep, that seems pretty clear, other than the typo in the
> error.  Change
> the --enable-shared=so to --enable-module=so.  Since
> mod_so is the thing
> that makes "shared" possible, it can't be shared itself.
>
> Joshua.
>
>
>
---------------------------------------------------------------------
> The official User-To-User support forum of the Apache
> HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more
> info.
> To unsubscribe, e-mail:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
>


=====
It's all a matter of perspective. You can choose your view by choosing where
to stand.
--Larry Wall

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Apache, php, mysql OpenSSL mod_ssl and DSO support and mod_perl

Posted by Steven Pierce <pa...@speakeasy.net>.
Soheil,

I think my first question would be why are you trying to install
them all at once??  Try to install Apache and get it working.
Then follow up with PHP, MySQL, etc.   You need to have a 
base to install to.  Being that most of them are APACHE based,
I would make sure that it working first before I install anything
else.  

>From what you have stated it is stopping the process altogether.
Maybe the Apache install is not going in correct.  So inturn that
would stop everything else.

First get apache installed and then try to install php.  

http://www.php.net/manual/en/install.linux.php

I assume you are using Linux.  Follow this link, it looks like others
have had some of the same trouble.

Steven


*********** REPLY SEPARATOR  ***********

On 4/3/2002 at 9:55 AM Soheil Shaghaghi wrote:

>hi all,
>Is there a way to configure and install the following at the same time?
>
>Apache PHP Mysql mod-ssl OpenSSL MM mod-perl APXS and DSO support
>If not, can anyone please tell me what steps I should take, and whcih ones
>to do first, and what I should consider?
>I have tried installing them one at a time, but I can not get passed
>installing apache with mysql and php with APXS and shared DSO.
>After that, I cn not install anything. I just keep getting errors!
>
>Thanks so much,
>Soheil
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and mod_perl

Posted by Julian Grunnell <jg...@firstnet.net.uk>.
Yes - I have done this on my Sun Solaris servers - after plenty of trial and
error.

I installed in this order:
	mysql
	apache - preliminary build to create target directory
	php4
	openssl
	modssl

Change to apache directory and:
	make
	make certificate
	make install

#!/bin/sh
##
##  config.status -- APACI auto-generated configuration restore script
##
##  Use this shell script to re-run the APACI configure script for
##  restoring your configuration. Additional parameters can be supplied.
##

LDFLAGS="-R/usr/local/lib" \
SSL_BASE="/local/openssl-0.9.6c" \
./configure \
"--with-layout=Apache" \
"--prefix=/local/apache" \
"--enable-module=most" \
"--enable-shared=max" \
"--enable-module=ssl" \
"$@"

Hope this helps.

J.

-----Original Message-----
From: Soheil Shaghaghi [mailto:soheils@jhanna.com]
Sent: 03 April 2002 18:56
To: users@httpd.apache.org
Subject: Apache, php, mysql OpenSSL mod_ssl and DSO support and mod_perl


hi all,
Is there a way to configure and install the following at the same time?

Apache PHP Mysql mod-ssl OpenSSL MM mod-perl APXS and DSO support
If not, can anyone please tell me what steps I should take, and whcih ones
to do first, and what I should consider?
I have tried installing them one at a time, but I can not get passed
installing apache with mysql and php with APXS and shared DSO.
After that, I cn not install anything. I just keep getting errors!

Thanks so much,
Soheil


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Apache, php, mysql OpenSSL mod_ssl and DSO support and mod_perl

Posted by Soheil Shaghaghi <so...@jhanna.com>.
hi all,
Is there a way to configure and install the following at the same time?

Apache PHP Mysql mod-ssl OpenSSL MM mod-perl APXS and DSO support
If not, can anyone please tell me what steps I should take, and whcih ones
to do first, and what I should consider?
I have tried installing them one at a time, but I can not get passed
installing apache with mysql and php with APXS and shared DSO.
After that, I cn not install anything. I just keep getting errors!

Thanks so much,
Soheil


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Apache, mod_ssl and DSO support -failing

Posted by Radhika Sambamurti <ra...@yahoo.com>.
Thank you so much. It works!!!

-radhika

--- Joshua Slive <jo...@slive.ca> wrote:
> 
> On Wed, 3 Apr 2002, Radhika Sambamurti wrote:
> 
> > Hi,
> > I am trying to build apache + mod_ssl + openssl + mm
> > on Solaris 8 with DSO enabled.
> >
> > The script is:
> > ./configure \
> > "--with-apache=/export/home/apache/src/apache_1.3.23" \
> > "--with-ssl=/export/home/apache/src/openssl-0.9.6b" \
> > "--with-mm=/export/home/apache/src/mm-1.1.3" \
> > "--prefix=/export/home/apache/apache" \
> > "--enable-shared=so" \
> > "$@"
> 
> > Configure:Error: Module mod_so cannot be made a DSO
> itselt
> > ./configureError: APACI failed
> 
> Yep, that seems pretty clear, other than the typo in the
> error.  Change
> the --enable-shared=so to --enable-module=so.  Since
> mod_so is the thing
> that makes "shared" possible, it can't be shared itself.
> 
> Joshua.
> 
> 
>
---------------------------------------------------------------------
> The official User-To-User support forum of the Apache
> HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more
> info.
> To unsubscribe, e-mail:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
> 


=====
It's all a matter of perspective. You can choose your view by choosing where to stand.
--Larry Wall

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org