PHP Module


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers PHP Module
# 8  
Old 02-11-2001
Here is our link to the PHP book on Fatbrain:

http://www1.fatbrain.com/asp/BookInf...63&from=HAN515

This is the book I used to get up PHP+Apache. As I recall, I was able to get it up and running very quickly after getting the book. I think they explain in better detail than the README, plus I need the MySQL info and they have a chapter on installing MySQL as well. This forum runs on Apache with PHP and MySQL, BTW.


# 9  
Old 02-11-2001
Thanks

Thanks again Neo..
# 10  
Old 02-11-2001
MySQL Your're Welcome

The logical next step for you is to install and enable MySQL. This can be more trickly, in many ways, as Apache+PHP. However, if you check on http://www.hotscripts.com/ you will find that most PHP applications use MySQL in the background. Getting up Apache+PHP is the first step in getting up the triple-threat combo Apache+PHP+MySQL Smilie Rock-n-Roll !! I hope you build a site, go public, and "may your stock go as high as Yahoo!" ++ don't forget to sell your holdings in the $200 range Smilie

When you do, please let us know and we will provide instructions to wire a small and humble $$$$ contribution to forums.unix.com Smilie Smilie Electric power is getting expensive and now costs more than our ISP-DSL !! Bzzzzzzzzzzt.

OBTW: There is another secret-weapon for the bunker which energizes our marching bunny, but this device does not yet have an IP address so we can't put it on our network and serve it to forum members:

Image

Actually, we have the Capresso 101 which is under $200 but I could not find it on Amazon Smilie We got ours at the local Coffee Beanery. Without this advanced chemical weapon, we are hopelessly lost and zombied most of the time; this is the hidden-element that keeps our slave-hamsters running the site generation wheels.

[Edited by Neo on 02-11-2001 at 02:21 PM]
removed html tags for readability --oombera

Last edited by oombera; 02-19-2004 at 04:11 PM..
# 11  
Old 02-13-2001
i did the combo last week on two of my solaris boxes. I was able to get MySQL compiled on one, then it would not compile on the other so I packed it up and moved over the binary which worked.

as long as everything compiles ok, this is not such a bad install (the php/mysql/apache combo) - i was compiling apache with php and mod_dav modules.

However, it has been my experience that problem free compiling is a fairy tale. something always craps out! there is always something else you have to download and install, which often needs something else.

'make clean' is your friend!!

if you're interested, I have compiled some installation notes which will pretty much take one through the process of installing MySQL, PHP, DAV, and Apache.



[Edited by hotani on 02-13-2001 at 02:48 PM]
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Solaris install php as an apache module

Hi, I need to install php 5.5.30 as an apache (2.4.17) module on Solaris 10. Please any help is wellcome. Some aditional info: /usr/sfw/bin/gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs bash-3.2# g++ -v Reading specs from... (1 Reply)
Discussion started by: lbslbs
1 Replies

2. Solaris

Compile PHP as an Apache module on Solaris

Hi, I need to install php 5.5.30 as an apache (2.4.17) module on Solaris 10. Please any help is wellcome. Some aditional info: /usr/sfw/bin/gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs bash-3.2# g++ -v Reading specs from... (0 Replies)
Discussion started by: lbslbs
0 Replies

3. Solaris

Installing ZIP module for PHP

Hi Guys, I am using SOLARIS 10 and I want to install ZIP module for PHP. I went to this link http://pecl.php.net/package/zip and I choose zip-1.12.3.tgz, the latest "stable" release, and then transferred it to my server. Then I went to my path /usr/local/apache2/conf then untar the... (1 Reply)
Discussion started by: Phuti
1 Replies

4. Red Hat

PAM module pam_passwdqc module

Hello friends Today i have changed my passwd policy for strong password Everything is working correctly but when i changed my password , it did not ask me my old password my /etc/pam.d/system-auth file is (only passwdqc.so module line) password required pam_passwdqc.so retry=3... (0 Replies)
Discussion started by: rink
0 Replies

5. Solaris

mcrypt module is not initially loaded with php

Hi I'm trying to do an upgrade for one application and whenever I run the upgradre the program shows the error that mcrypt module is not initially loaded with php. My server is running xampp 0.9 and I know this library of mcrypt is already installed. I changed the php.ini file in order to... (0 Replies)
Discussion started by: dahr
0 Replies

6. Shell Programming and Scripting

Perl Module

Hi, Please help me!! Im wondering if anyone can help me with a problem i have with some perl modules. My problem is: I'm trying to connect remote host to a unix box from a windows machine. So i'm developing an application to do this. I'm programming it in perl with tcl/tk Gui interface.... (13 Replies)
Discussion started by: Phi01
13 Replies

7. Linux

How to convert Linux Kernel built-in module into a loadable module

Hi all, I am working on USB data monitoring on Fedora Core 9. Kernel 2.6.25 has a built-in module (the one that isn't loadable, but compiles and links statically with the kernel during compilation) to snoop USB data. It is in <kernel_source_code>/drivers/usb/mon/. I need to know if I can... (0 Replies)
Discussion started by: anitemp
0 Replies

8. UNIX for Dummies Questions & Answers

get error while compiling apache with php module

hi, i'm compiling apache with php module after i finish compile mysql-4.0.0-alpha. i do it as the follow steps after untar'ed them in the same directory, 1) cd apache_1.3.22 ./configure 2) cd php-4.0.6 ./configure --with-mysql=/usr/local/mysql \ --with-apache=../apache_1.3.22 \... (2 Replies)
Discussion started by: jApHEth
2 Replies
Login or Register to Ask a Question