Which one to install first?

A

Anonymous

Guest
I am using RedHat 7.3 and I have download/built Apache 1.3.27 to /usr/local/apache. When I do a /usr/local/apache/bin/httpd -l I get ..
Code:
[gorshing@redhatbox bin]$ ./httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_so.c
  mod_setenvif.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec

And I have downloaded php and getting ready for the configure. But what should I pass as parameters to configure? I am not using mySQL, haven't downloaded it yet.

Thanks for any help
 
gorshing said:
I am using RedHat 7.3 and I have download/built Apache 1.3.27 to /usr/local/apache. When I do a /usr/local/apache/bin/httpd -l I get ..
Code:
[gorshing@redhatbox bin]$ ./httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_so.c
  mod_setenvif.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec

And I have downloaded php and getting ready for the configure. But what should I pass as parameters to configure? I am not using mySQL, haven't downloaded it yet.

Thanks for any help
All info about configuse in manual:
http://www.php.net/manual/en/printwn/install.configure.php
If you want to use MySQL, don't worry about this, MySQL support already including in last realese of PHP :wink:
 
Well, I downloaded php 4.2.2 instead of 4.2.3. The reason why I did this is because I didn't know how to extract the 4.2.3 with the bz2 extension.

Once I learn that I'll probably install 4.2.3 .. once I learn how to take of the previous version.

Thanks man for the info,
 
gorshing said:
Well, I downloaded php 4.2.2 instead of 4.2.3. The reason why I did this is because I didn't know how to extract the 4.2.3 with the bz2 extension.

Once I learn that I'll probably install 4.2.3 .. once I learn how to take of the previous version.

Thanks man for the info,
If you have a problem with .bz2 archive see info about it at
http://sources.redhat.com/bzip2/
 
Back
Top