You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Soheil Shaghaghi <so...@jhanna.com> on 2002/04/03 19:55:35 UTC

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


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