Installation (MySQL, Apache, Perl, And PHP)
I just installed MySQL, Apache, Perl, and PHP, and am having some issues with PHP. I am not really sure if it is loaded correctly. When I execute apachectl restart, it responds that the server is restarted, but a test html page with the tag <phpinfo ( )?> does not produce any specific output. Is this a correct test page, or how else can I test that PHP is functioning as a Apache DSO?
View Complete Forum Thread with Replies
Related Forum Messages:
- Apache/mysql/PHP Installation
- Installation Of Php/apache/mysql On Win98
- Fedora 4.0- PHP 5 - MYSql 5 -Apache With 64 Bit Installation Help...[URGENT]
- Installation With Apache
- Installation Of Apache
- Apache Installation
- Installing PERL On My APACHE Server
- Apache Installation Question?
- PHP N Apache Installation On Solaris
- Question On My Apache 2.2.4/PHP 5.2.3 Installation
- Php-apache Installation Porblems
- Installation Php For Ldap And Apache Under Linux
- Apache & PHP Installation/configuration Problem
- Win98, Apache & Php4.3 Installation
- Installation Question Re: Apache Httpd.conf
- Apache Installation Path With Semicolon - Issue In PHP Configuration In Windows 2k3 Server
- ENV Variables In Perl Scripts Called From Perl.
- MySQL Installation
- Installation And Mysql
- MySQL/Windows Installation Question...
- PHP5 Installation With MySQL, Windows 2000
- Enabling/Disabling InnoDB With Default Mysql Installation.
- Call To Undefined Function - MySQL Installation Faulty?
- PhpMyAdmin Installation - Thorough Installation Guide.
- 2>&1 Arg In Exec(perl.... + "sh: /perl Not Found Error" TIA For Help
- PHP/MySQL/Apache
- Php/apache/mysql On RH 7.2
- Apache/mySQL/PHP On XP
- Apache 2.0, Php 5 And Mysql + Win Xp
- Mysql/php/apache
- Apache 2.0 + Php 5.2 +mysql 5
- How To Set Up Apache/mysql/php
- MySQL With Apache 2.2.4
- Apache 2.0.52, MySQL 5.0.0
- Install Apache,MySQL And PHP
- PHP, Apache, MySQL, Dreamweaver MX
- Apache And Mysql As Services
- Can't Get Php And Mysql To Cooperate On Apache
- MySQL, PHP, And Apache Configuration.
- Compliling Apache With Php And MYSQL
- Installing Apache+mysql+php
- Apache 1.3.14, PHP 4.0, MYSQL And Win98
- PHP/MySQL/Apache Uninstall
- Using Sessions And MySQL In Apache
- Question About Apache+Php+MySql
- Installing Php, Mysql, Apache
- PHP/MySQL/Apache Documentation.
- Install Apache PHP And MySQL
- Php4.3.9 - Apache 2.0.55-mysql 4.0.16
- Apache MySQL Tutorial
- Configure Apache-MySQL-PHP
- Apache, MySql And PHP Downloads
Apache/mysql/PHP Installation
So i installed xampp package, and that works if i do not touch anything. If i change doc_root in Apache configuration file, localhost points to the location and html files execute normally but php doesnt. Can anyone tell me what else must i setup except Apache conf file so i can execute PHP files in directory i create somwhere on the disk? How can i change the default directory in which php scripts are executed?
View Replies !
Installation Of Php/apache/mysql On Win98
I'm using an old computer - Win 98. I'd like to install php/apache/mySql on it but there are many versions and some do not recommend installing on Win98. If somebody could point me in the right directions about which versions of apache, mySql and PHp - or if there is a package suitable for Win98 that would be great.
View Replies !
Fedora 4.0- PHP 5 - MYSql 5 -Apache With 64 Bit Installation Help...[URGENT]
Can anyone help in installation of Fedora 4.0 , PHP 5 and MYSql 5 with Apache webserver I want to install 64 bit version of all because I bought new PC with 64 bit supporting. Please provide me help where I can get step by step information about installation of all above and if necessary give download link also. I tried myself lot but not successfull. I have 64bit fedora 4.0 which is installed from fedora site. Guide me soon if possible I need to start project in PHP 5 and MySql 5.
View Replies !
Installation With Apache
i have recently installed apache and now im trying to install php. i have the newest php and newest apache i used the self installation then what do i do?
View Replies !
Installation Of Apache
Installed apache_2.0.44-win32-x86-no_ssl.msi on XP Pro, changed port to 8080 as I am running Skype. Opened up browser and typed http://localhost/ This is result Directory Listing Denied, This Virtual Directory does not allow contents to be listed.
View Replies !
Apache Installation
I used to use PHP with IIS as a web server, and everthing was working fine. Recently i formatted my pc, and i decided to try out Apache instead of IIS. I installed apache and when i type http://localhost in my web browser i get the page that apache is installed successfully. I have also installed php 5 the binary version using the same guidelines which i used to use with my previous installations (and never had any problems). however, this time when i put a website in the root folder and try to access it via my web browser http://localhost/sitefolder/index.php i am simply getting this page cannot be displayed.
View Replies !
Installing PERL On My APACHE Server
Does anyone have any meaningful opinion on PERL vs PHP? I was thinking about installing PERL on my APACHE server just to give it a shot.. but eh what real uses does PERL have over PHP?? You think installing perl and php is redundant?
View Replies !
Apache Installation Question?
I am able to install Apache in my XP home edition. I did put a very simple index.html /apache/htdocs/index.html and when I type in http://localhost/index.html, I get this error : Not Found. Please tell me where should I put the index.html? PS. I did not change httpd.conf and here is part of it DocumentRoot "/apache/htdocs" # # Each directory to which Apache has access, can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and its subdirectories). # # First, we configure the "default" to be a very restrictive set of # permissions. # <Directory /> Options FollowSymLinks AllowOverride None </Directory> ==== http://localhost/index.html The requested URL /index.html was not found on this server. Apache/2.0.52 (Win32) Server at localhost Port 80 ==== http://localhost If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page. Seeing this instead of the website you expected? This page is here because the site administrator has changed the configuration of this web server. Please contact the person responsible for maintaining this server with questions. The Apache Software Foundation, which wrote the web server software this site administrator is using, has nothing to do with maintaining this site and cannot help resolve configuration issues. The Apache documentation has been included with this distribution. You are free to use the image below on an Apache-powered web server.
View Replies !
PHP N Apache Installation On Solaris
Can anyone guide me how to install and configure PHP with Apache on Sun's Solaris 2.7 The details of my Solaris are as follows... Sun Ultra 5/10 System v Release 4.0 Solaris 2.7 SunOS Release 5.7 Generic_106541_06
View Replies !
Question On My Apache 2.2.4/PHP 5.2.3 Installation
how I could fix this issue with my installation of PHP 5.2.3 as a module of Apache 2.2.4 on my Windows XP Pro SP2 system: I recently installed Apache 2.2.4 to C:/apache using the installer, then I manually installed PHP 5.2.3 into C:/apache/php. After configuring doc_root in my php.ini file accordingly, I set up PHP as a module for Apache by adding the following lines to my Apache httpd.conf configuration file: Code:
View Replies !
Php-apache Installation Porblems
I have been trying to install php5 to use with apache2 and windows xp. Apache installs fine and when you look up localhost you see the apache welcome screen no problems. Then the fun begins I download php5 save it to C drive under PHP5 move and rename the php.ini file to WINDOWS. Then move php5ts.dll to WINDOWS-SYSTEM32. Edit the apache config file with the usual LoadModule and AddType info. Then create phpinfo file store it in htdocs in apache. When I try to access it in IE, Firefox or Opera all I get is the error 404 file not found message. If you load a html page into the browser this works fine. I have restored my computer numerous times to rectify the problem but every time same message. No matter where you move the files always the same.
View Replies !
Installation Php For Ldap And Apache Under Linux
i'm trying to compile for apache the php with a link for functions ldap In a static way with apache , i have to launch a configure for apache first , then i go to php and i launch a configure --with-apache= directory apache --with-ldap = directory ldap and i finish with make and make install for php: this is functionning The last thing to do is to activate module php for apache with the following command for apache : ./configure --activate-module=/src/modules/php3/libphp3.a and after make and make install but when i launch the make the functions ldap aren't not found I use apache 1.3.12 , php 3.0.17 and openldap 1.2.11 and a linux mandrake 7.0.
View Replies !
Apache & PHP Installation/configuration Problem
I am trying to set up the Apache Server for PHP (in Windows XP), but when I ad the line: LoadModule php4_module c:/php-4.2.3-Win32/sapi/php4apache2.dll (in httpd.conf), then the Apache Server refuces to start (I get "The requested operation has failed" msg). Without that line the Apache Server starts with no problems. The directory path is correct.
View Replies !
Win98, Apache & Php4.3 Installation
I tried to install php as apache module. Previously it has been cgi. WIn 98 is not supported but cgi worked fine, anyway. I tried to everything according to instructions in php.net, but still it didn't work. - I put php4ts.dll to windows/system32 directory. - I configured http.conf: - I used the path where I had put php download (PHP 4.3.3 zip package [6,180Kb]). - I commented these three lines that were for the CGI-install: # ScriptAlias /php/ "c:/php/" # AddType application/x-httpd-php .php # Action application/x-httpd-php "/php/php.exe" But Apache didn't start. It died because of this line: LoadModule php4_module "c:/HERE_WAS_MYPATH/sapi/php4apache2.dll" http://fi2.php.net/manual/en/install.apache2.php If you would like to use PHP as a module in Apache 2.0, be sure to move php4ts.dll for PHP 4, or php5ts.dll for PHP 5, to winnt/system32 (for Windows NT/2000) or windows/system32 (for Windows XP), overwriting any older file. You need to insert these two lines to your Apache httpd.conf configuration file to set up the PHP-Module for Apache 2.0: Example 3-8. PHP and Apache 2.0 as Module ; For PHP 4 do something like this: LoadModule php4_module "c:/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php ; For PHP 5 do something like this: LoadModule php5_module "c:/php/sapi/php5apache2.dll" AddType application/x-httpd-php .php Note: Remember to substitute the c:/php/ for your actual path to PHP in the above examples. Take care to use either php4apache2.dll or php5apache2.dll in your LoadModule directive and notphp4apache.dll or php5apache.dll as the latter ones are designed to run with Apache 1.3.x. Warning Don't mix up your installation with dll files from different PHP versions . You have the only choice to use the dll's and extensions that ship with your downloaded PHP version.
View Replies !
Installation Question Re: Apache Httpd.conf
I'm trying to configure the config file in Apache to load the PHP module, but am getting the following error: LoadModule takes two arguments, a module name and the name of a shared object file to load it from The lines I added to the config file were as follows: LoadModule php4_module c:Program FilesPHPphp4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php I have loaded the appropriate phpapache.dlls into the Apache directory where the apache exe resides, but am still not able to run the web server. If I have copied those files to the directory, do I still need to load the modules within the config file?
View Replies !
ENV Variables In Perl Scripts Called From Perl.
I have a perl script in which I am using a ReadParse routine that parses the $ENV{'QUERY_STRING'} or $ENV{'CONTENT_LENGTH'}*which are two variables passed to the script under usual SSI (.shtml) containing form data submitted to the page from which the script is executed from. Code:
View Replies !
MySQL Installation
i am trying to install mySQL5 server for a computer, but it's hang when it trying to apply security settings. Sometimes, it will show a message which tell the user to open the firewall port for mySQL, but after i open the port, it's still hang, so may i know the reason why it will hang? if untick the modify security settings, then there is no problem, cos it didn't apply security settings. besides that, may i know how to uninstall the mySQL then install again? is it just remove the program?
View Replies !
Installation And Mysql
My attempt to install php and mysql to my computer failed. There are errors with both installations. I believe the problem is with my computer or the Windows XP in it. My computer is an old and cheap laptop Dell. It has been in trouble for a long time. I've been learning php on my web site for some time, and wonder whether or not I can do mysql on web site without installing the software to computer.
View Replies !
MySQL/Windows Installation Question...
Just upgraded MySQL on my development machine to 4.1 and get the familiar error "Client does not support authentication protocol...". A bit of Googling learns this is expected behaviour and all clients in use should be instructed to use the new protocol (including PHP). However, on none of the hosts used for hosting client sites this has ever been a problem yet (most still use 3.23...) and I don't want to be obliged to change things everytime I move a finished site from my machine to the clients host, so I prefer to stick with using the old password. This is possible: the documentation tells me to just start the service with 'mysqld --old-passwords' as option. However, as per the registry, MySQL starts automatically as a service when windoze starts. Without this option. Now every restart of the machine I can stop the freshly started mysqld service and start it again with the --old-passwords option but it should be possible to do this leaving the appropriate info in the registry. Anybody 'been there, done that'? Where to put what in the registry with this effect?
View Replies !
PHP5 Installation With MySQL, Windows 2000
Why I still have "undefined function error" messages? I included path c:php to my windows env. Edited php.ini file: include directory value. removed comment mark from extension=php_mysql.dll copied libmysql.dll to system32 directory Apache2 runs fine. I can run phpinfo.php I can create a database into the MySQL.
View Replies !
Enabling/Disabling InnoDB With Default Mysql Installation.
If you install mysql and find innodb table type is not available, follow these steps. find my.cnf file. usually my.cnf file resides in "mysql/bin" folder. Then search for "skip-innodb", if you find the line then comment it as "#skip-innodb", then retart you mysql daemon. Thats it To disable, uncomment "skip-innodb" or start mysql daemon with following command mysql --skip-innodb thats it.
View Replies !
Call To Undefined Function - MySQL Installation Faulty?
I encounter an error when trying to connect to MySQL database from PHP. I have checked the web server log. It contains following error: [Tue Feb 13 10:54:57 2007] [error] [client 172.16.16.50] PHP Fatal error: Call to undefined function mysql_connect() in C:Program FilesApache Software FoundationApache2.2htdocsindex.php on line 5, referer: http://172.16.16.50/ is my MySQL installation faulty? or is it a PHP problem?
View Replies !
PhpMyAdmin Installation - Thorough Installation Guide.
I am trying to install phpMyAdmin-2.6.3-pl1 on my machine because I am familiar with working with it itself, but not installing it. I have Apache 2.0.54, php 4.4.0, mysql 4.1.14 running on a Win XP Home machine. Like I said, I've never installed phpMyAdmin before and I've looked at the documentation and I can kinda make out what it says, but I'd rather try to find a very thorough installation guide.
View Replies !
2>&1 Arg In Exec(perl.... + "sh: /perl Not Found Error" TIA For Help
I have the following line in a php file: $msg= exec("perl $scriptPath/insert.pl $d $u $t 2>&1", $returnVal); Can someone explain the "2>&1" argument? Second problem, this same line of code when run from the unix command line returns the following error: sh: /perl: No such file or directory I've verified that perl is located in /usr/bin/ /usr/bin is in the environment variable "PATH" all the directories from php program to the root and back down to usr/bin have 755 permissions. if I run the program (insert.pl) from the command line it works I've tried putting the following in both the php and perl programs: #!/usr/bin/perl #!/usr/bin
View Replies !
PHP/MySQL/Apache
I got PHP MySQL and Apache all running on my local development machine, and have now written some useful code that runs fine locally. The problem is that now i have to make it work on the companies server, or my supervisor will look a bit dumb, as will I. What i need help with is what to do to make php which is on the same server, talk to MySQL and fetch/write the data it needs to. Could anyone give me idiot-proof help with making this work? From looking at other posts and some literature i have made a guess that its to do with the part where i go: <? mysql_connect ('localhost', 'user', 'password'); mysql_select_db (dbname); ?> But i'm not sure a: what to change the localhost to when its on the server. and b: if i need to make changes to any other files, especially server files.
View Replies !
Php/apache/mysql On RH 7.2
I am trying to install php/apache/mysql on RedHat 7.2 I know that the default install does not work properly with MySQL If you choose to install apache, mysql, and php with the default install everything works great. Except. When I go to check out the php setup using phpinfo() I see the dreaded --without-myql at the end of the configure section of the phpinfo page. I've tried to install from the source files from a few different sites that give you instructions on installing from source. but they seem to be all for older operating systems. Is there anybody here that has got php and mysql working in RedHat 7.2. Are there specific instructions for RH 7.2 somewhere.
View Replies !
Apache/mySQL/PHP On XP
I am looking for some sort of easy-to-install binary package to get an environment ready for PHP development on XP. I am starting the development of a site, starting with learning PHP and design etc. The final site will run on some sort Linux/*nix, but for the purpose of the first development phase I will have to use Windows. I know the FoxServ package, but it seems to be very slowly updated. I saw other things (Google) but they seem to be a one-man-show, not really promising if I need to keep an up to date environment for a year or more. I am looking for a precompiled environment with installation, because I do not want to get into too many details of compilation/configuration at the beginning. I will have enough work with learning PHP and designing the site. :-) Do you guys have any suggestions for such an environment?
View Replies !
Apache 2.0, Php 5 And Mysql + Win Xp
I am trying to run and configure Apache 2.0, php 5 and mysql on win xp professional - this is the first time I have tried to install and configure all three. I am having difficulty trying to configure them on my computer. Can somebody help me - this is what I have done so far. Installed Apache 2.0, it worked perfectly ( I checked with my browser - http://localhost) till the point where I started to point where I wanted to store my html files. I have named the folder html_files and have changed the DocumentRoot "C:/html_files" and <Directory "C:/html_files/htdocs"> on the configuration file. And now it does not work (http://localhost does not work). I get an error message saying "You don't have permission to access / on the server". What am I doing wrong? Also I have installed and configured php 5, renamed Rename e:phpphp.ini-dist it to php.ini and enterd the following on the apache configuration file LoadModule php5_module "c:/php/php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "c:/php"
View Replies !
Mysql/php/apache
I run a high traffic website, one of the issues we have hit is we run out of available ports due to the way apache/php/mysql work together when apache and mysql are on diffrent servers. It seems when apache closes the connection to mysql it sits in TIME_WAIT for quite some time. Now when a few 1000 people are on the site that eats up all the ports. Now as a temp fix I upped the amount of ports available for this. However it will obviously happen again. Once all the ports are gone the machine load spirals out of control and it locks up even at the console. One thing that been suggested is to use pconnect, is this the best soloution or are others avaiable. We already have a load balencer and two servers, I don't want to just throw servers when theres cpu and ram resouces spare. I'm sorry if this isn't quite the right section, as it covers LAMP in general I guess. It's RHEL 4 with PHP 5, eaccelerator, stock apache and 64 bit stock mysql.
View Replies !
Apache 2.0 + Php 5.2 +mysql 5
i'm having problems the website laods and all but it wont comunecate whit the database it keeps saying i nead to update my sql version evendo i have the curent version. this is in my httpd.conf PHPIniDir "D:/WebServer/PHP/" LoadModule php5_module "D:/WebServer/PHP/php5apache2_2.dll" AddHandler application/x-httpd-php .php my php.ini has extension=php_mysql.dll enabled.
View Replies !
How To Set Up Apache/mysql/php
I followed the steps in a book i bought on how to set up apache/mysql/php. I went through each step however i am running into a problem. When i try to view php files through my localhost i get a save/open dialog box. if i choose save it simply get saved to my desktop and if i choose open, then it opens in dreamweaver.
View Replies !
Apache 2.0.52, MySQL 5.0.0
I'm having a little trouble getting MySQL to load with Apache. Apache and PHP are working OK, but MySQL isn't loading. I know php.ini is loading because the following lines are in php.ini: extension_dir = "C:Program FilesPHP" extension=php_mysql.dll and the error I get when Apache starts up is: PHP Startup: Unable to load dynamic load library 'C:Program FilesPHPphp_mysql.dll' - The specified procedure could not be found. php_mysql.dll is definitely there. This same setup ( MySQL 5.0.0, PHP 5.01) works unchanged with the Abyss Web Server, so I know MySQL and PHP are set up OK.
View Replies !
Install Apache,MySQL And PHP
I may sound like a newbie, but I've started my new job and we are running on Windows XP where previously I was using LINUX , and now I want to install Apache,MySQL and PHP, not done this for a while. Been to php.net but confused as to which one to download, any helpers? Also where to install the other stuff.
View Replies !
PHP, Apache, MySQL, Dreamweaver MX
How to get it all to work!!! I've tried looking at docs, and notepad files, and text and manuals..I'm lost. I'm not sure how to set them all up to run with each other, and get DMX to recognize the apache server, and what to config, and edit and all that mess.
View Replies !
Apache And Mysql As Services
Just for those that don't know, An easy way to start and stop windows services such as apache and mysql if you don't want them to automatically run would be to enter the followin a batch file and then setting up a shortcut on the desk top for it. @echo off net start Apache2 if ERRORLEVEL 1 ( net stop MySQL net stop Apache2 ) ELSE ( net start MySQL ) This will toggle apache on and off and make sure mysql is running along with it. If Apache2 is running then it will stop it. It will also sync MySQL to the state of Apache2. Just a simple few lines of code that might make it easier than manually starting and stoping through admin services.
View Replies !
MySQL, PHP, And Apache Configuration.
Hi, I was just wondering if anyone could help me to configure my home machine to run as a test server for PHP using MySQL and Apache. I am running WinXP pro and I would really appreciate some help. (I'm trying to learn PHP before paying the moola for a host, only to make a fool of myself while trying to learn PHP. I don't see any logic in paying for time to learn, when I could do it for free at home and then pay for a host...) I would be very thankful if you would imagine that I had just downloaded the files from their appropriate sites, and haven't even opened them yet. A walkthrough of the installation etc... The main part I've been having trouble with is editing the httpd.conf file for Apache;
View Replies !
Installing Apache+mysql+php
redhat 7.1 but all the three apps(apache,mysql,php) are tar.gz format. When I configure php with the --with-pspell=/usr/local/pspell option, I got the error "pspell/pspell.h no such file or directory". pspell.h is in the directory /usr/local/pspell/include/. If I omitted that option, installation was ok. Can somebody tell me why? and how to fix it?
View Replies !
Apache 1.3.14, PHP 4.0, MYSQL And Win98
I have installed and working Apache and php 4.0. I would like to get mysql working too. I ran the phpinfo file using PHP 4.0 and I did not get the MYSQL extensions in the resulting table. I subsequently - after changing my http.conf file - ran the phpinfo file using PHP 3.0.16 and got the MYSQL extension showing up in the table. Why isn't the mysql extensions showing up under PHP 4.0?
View Replies !
PHP/MySQL/Apache Uninstall
I have tried multiple times to install a secure MySQL/PHP/Apache application on Red Hat 7.2 but I keep on running into issues. I want to give it another try and I am wondering how to uninstall past installations of apache/php/mysql. My targets have always been /usr/local/[APP]. Do I just need to remove the /usr/local/[APP] directories that were created during the installation.
View Replies !
Using Sessions And MySQL In Apache
I have installed Apache with mySQL and PHP on my computer at home. When I upload my mySQL db to my internet server, I need a password and username to access it, but how can I make my db on my computer get protected by the same password and username? When I use a script with sessions and db conectivity on my computer I get this message I have tried the script on my webserver on the net, so I know it works...) Any Ideas? Warning: MySQL Connection Failed: Access denied for user: 'domain@localhost' (Using password: YES) in c:/apache/apache/htdocs/hardware_decks_show.php on line 4 Couldn't connect to server. Warning: open(/tmpsess_cd2450ed9f7b3de8b070e24ca7a6b690, O_RDWR) failed: m (2) in c:/apache/apache/htdocs/shop/type.php on line 4
View Replies !
Question About Apache+Php+MySql
I setup a LAMP enviroment on my laptop, and did related config on my apache and linux as well. But each time I visit my http://localhost, I was only been brought to index.html instead of index.php. Only when I tpye http://localhost/index.php, I can open the index.php page. Any one know how to config this?
View Replies !
PHP/MySQL/Apache Documentation.
The PHP, MySQL and Apache Online Documentation is some of the best online docs I have seen for products and such in a very long time. DEC had probably the best, because they as well as these docs have real-life examples of how to use a particular verb or function. So, if a middle-aged out-of-work systems/database/web administrator can look up most of the questions and have an answer within minutes, well... anyway, just to reiterate - the docs are very well constructed, mapped, indexed and most of all - searchable. http://www.php.net/manual/ http://dev.mysql.com/doc/mysql/en/index.html http://httpd.apache.org/docs-project/ (and select your version)
View Replies !
Php4.3.9 - Apache 2.0.55-mysql 4.0.16
Can php 4.3.9 work with apache 2.0.55 and mysql 4.0.16? I installed mysql 4.0.16 rpm first on Red Hat 9. Then, I downloaded apache 2.0.55 source code and installed it on Red Hat 9 as: ../configure --prefix=/usr/local/apache --enable-so No problem at all.I can start apache. Then I downloaded php 4.3.9 source code and installed as: ../configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql Unfortunately, the make gives me this error ..... ext/ctype/ctype.lo: file not recoganized, file truncated collect2: ld returned 1 exit status make *** [libphp4.la] Error 1
View Replies !
Apache MySQL Tutorial
Does anyone know a really good step by step tutorial on how to install the above 3 on windows. I am having real trouble getting it to work.
View Replies !
Configure Apache-MySQL-PHP
Installation, and basic configuration of Apache-MySQL-PHP is definitely a trying time for us newbies but these sites will get you through it with ease. I prefer the first one. They differ slightly but are very informative.
View Replies !
Apache, MySql And PHP Downloads
I have just bought PHP and MySQL For Dynamic Websites by Larry Ullman, really getting into it. i own a website but i don't always have access to the internet and when i am only adjusting one line of code it seems a bit of a hassle. what am i meant to be downloading from the PHP, MySql and Apache website, are there packages with those three and only those three built in and set up.
View Replies !
|