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 Complete Forum Thread with Replies
Related Forum Messages:
- How To Display Captcha Image In Php4.3.4,apache,mysql On Windows 2003
- Install Php4.0.0 In Apache
- Dom And Excel Under Linux/apache/php4.04
- Can Only Get Apache To Work With Mod_Perl Or PHP4 Not Both
- Win98, Apache & Php4.3 Installation
- Apache 2.0 W/PHP4; W/PHP5 Cohabitate
- Select Problem With Apache, Php4.3 And Jet 4.0 Via ODBC On Win 2k/xp
- Php4 With Apache On Macosx: Configuration Question
- Install Php4 And Php5 At The Same Time To Apache
- Installing Php4 And Php5 On Same Apache Server
- Global Variables, Apache, PHP4.4.1Win32, WinXP
- What Are The Pros/cons/issues For PHP4/PHP5 With Apache (either 1.3 Or 2).
- Executing External Programs From PHP4 On Windows98 With Apache 1.3.14 For Win32
- PHP4.3.4,IIS,MySQL ...
- Php4 And Mysql Problem
- Help With PHP4 Default_socket & MySQL
- Error Using Mysql With Php4
- Connection PHP4 <> Mysql ?
- Php4 And Mysql On Rh9 Not Cooperating
- PHP4 Does Not Work With MySQL 4.1.1 .... But Then What ?
- Php4+mysql Segfaults
- Php4.3.9 Cannot Connect To Mysql 4.1.7
- PHP4, MySQL, WinNT Server 4 SP 6
- Errors Building PHP4.3.8 With MySql
- Php4/Mysql And Character Encoding
- PHP4/MySQL Formatting Result Set Output
- How To Call Stored Procedure MySQL 5 From PHP4
- Mysql Date Format To Strotime Function Works In Php5, Not In Php4
- 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
- Apache MySQL Tutorial
Dom And Excel Under Linux/apache/php4.04
I'm wondering if there is a way for me to create an excel document and fill it with the fields that have been provided to me by the user using a form ? can it be done using dom even if I don't use windows/iis ? I guess that under NT/IIS that whould be possible but I don't use NT/IIS I want to do this using Apache/PHP/Linux. If not, then do you think that I could do this: -create an empty excel document under windows -copy it on linux -now from linux/apache/php, every time instead of creating a new one I copy the empty excel doc to a new doc ex: empty.xls to form.xls -create the sells I need, populate the excel doc and send it via mail ?
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 !
Apache 2.0 W/PHP4; W/PHP5 Cohabitate
Apache 2.0 is currently installed to support an application using PHP4. I do not have PHP4 development environment installed. I want to install PHP5 for a learning session. The httd.conf file in Apache has the following entry: LoadModule php4_module "C:/Program Files/ktdms/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php PHPIniDir "C:/Program Files/ktdms/php" <Directory "C:/Program Files/ktdms/knowledgeTree"> The install process for PHP5 application instructs the following insertion in httd.conf: # For PHP 5 do something like this: LoadModule php5_module "c:/php/php5apache2.dll" AddType application/x-httpd-php .php # configure the path to php.ini PHPIniDir "C:/php" Will this work without conflict? Can I install PHP5 development environment using Apache 2.0 while another application is using Apache 2.0 with PHP4?
View Replies !
Select Problem With Apache, Php4.3 And Jet 4.0 Via ODBC On Win 2k/xp
I have done some bizarre things with PHP, but now I am involved in re-writing an application (from ASP.NET). The database however I can't change so easily as there are other dependancies, and it's JET 4.0 This is the table. TableRowID - AutoNumber UCID - Text TransactionTime - Date/Time etc... I have having trouble with getting any information out of it though...! I can complete the following: $db_resource = new accessDB(); $db_resource->host=$dbDSN; $db_resource->username=$dbUsername; $db_resource->open($dbPassword); // build option list based on the field names in the table. Query is run to just get the fieldnames $query='SELECT * FROM TransTable' $db_resource->query($query); $db_resource->get_field_names(); and although the fieldnames are returned through my function, if I try to extract the data from the query none is there... if I add a where statement I get an error which I can't resolve: SELECT * FROM TransTable WHERE ((TransactionTime>="2005-12-16 16:00:01") AND (TransactionTime<="2005-12-21 16:00:00")) ORDER BY TableRowID Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 2., SQL state 07001 in SQLExecDirect in c:apache groupapachehtdocswmmcdb_access_class.inc on line 58 ideas?
View Replies !
Php4 With Apache On Macosx: Configuration Question
I have MacOS X 10.3 (not the server edition), which includes apache and php4. But php hasn't been compiled --with-gd, and I need it, so I downloaded the source (4.3.4) and configured it with options '--with-zlib-dir=/usr/local' '--with-libjpeg=/sw' '--with-libtiff=/sw' '--with-libpng' '--with-png-dir=/sw' '--with-gd' '--with-mysql=/usr/local/mysql' '--with-xml' '--with-dom=/sw' '--enable-cli'. After make && make install, I've got my new php in /usr/local/bin, which I can use from the CLI. But how do I get apache to use this version of php instead of the one bundled with MacOS? I guess (though I don't know anything much about httpd.conf) that I should put something like LoadModule php4_module /path/to/new/libphp4.so in httpd.conf but I can't find any libphp4.so anywhere (apart from the old one in /usr/libexec).
View Replies !
Install Php4 And Php5 At The Same Time To Apache
Here is some note about installation together php4 and php5 on apache2. First you need is to edit with the help of hex editor php4apache2.dll (in my case, or php5apache2.dll) in php4 directory. You find "x-httpd-php" and replace with "x-httpd-plc" e.g. (I found 2 matches) Save your dll file and edit your apache config (httpd.conf) e.g. like: Code:
View Replies !
Global Variables, Apache, PHP4.4.1Win32, WinXP
How do I get a function to see a global variable without employing a parameter list? The source code: <html><head> <title>Simple Global Variable / Function Test</title> <?php $counter_file = "counter.txt"; // global variable //quickquote function function qq($sQuoteMe, $sQuoteChar) { return("$sQuoteChar$sQuoteMe$sQuoteChar"); } function updatecount() { echo('<p>$counter_file = ' . "$counter_file</p> "); } ?> </head> <body><?php echo('<p>$counter_file = ' . qq($counter_file, """) . "</p> "); // echo('Hits: ' . qq("qq test", '"')); echo('<p>Hits: ' . qq(updatecount(), """) . "</p> "); ?></body></html> ... echos the following HTML to the browser ... <html><head> <title>Simple Global Variable / Function Test</title> </head> <body><p>$counter_file = "counter.txt"</p> <p>Hits: ""</p> </body></html>
View Replies !
Executing External Programs From PHP4 On Windows98 With Apache 1.3.14 For Win32
I did a search, and did not find anything specific on this topic, so here goes: Trying to create a webpage button or link that when pressed executes Win98's "dialer.exe" with a phonenumber as a passed parameter. From my understanding, the exec function in PHP seems to work best with Linux (correct me if I am wrong please!). Are there alternatives? The other bit of knowledge I have not been able to find (and really is outside this forum), is that dialer.exe is supposed to accept control from external programs, but I have yet to find docs or examples of such.
View Replies !
Php4 And Mysql Problem
I have installed all the components - php,apache and Mysql, they all seem to have installed fine and are working, but when I want to run a test php scrip ("Hello World") through the browser, only the whole script is displayed and not run.
View Replies !
Help With PHP4 Default_socket & MySQL
I have just installed PHP4.0.2 onto our raq3 which is running Apache 1.3.9 on Linux I had recently setup a few databases using PHP3 & MySQL. After installing the PHP4, i cant access the databases using phpMyAdmin It gives me an error "No Database Selected" I have noticed that there is a difference between the php3.ini & php.ini which comes with PHP4. It asks for a mysql.default_socket?
View Replies !
Error Using Mysql With Php4
I'm using the php4-mysql module with php4 under debian linux (sarge). I have a script, schedule.php, which runs fine when I invoke it from the command line, but fails with the error: Fatal error: Call to undefined function: mysql_connect() in /local/rivulet/interface/db.php on line 4 when I try to invoke it as a web page (using apache2). As far as I know, php itself is set up correctly. The error is in the following insert: <?php $db = mysql_connect(SQL_HOST, SQL_USER, SQL_PASSWD); mysql_select_db(SQL_DATABASE,$db); ?> The capitalised constants are defined in config.php: <?php define('SQL_HOST', 'localhost'); define('SQL_USER', 'rivulet'); define('SQL_PASSWD', '******'); define('SQL_DATABASE', 'rivulet'); define('TMP_DIR','/tmp'); define('NO_PROGRAMME_MESSAGE','To be confirmed'); define('DISPLAY_EMPTY_SLOTS',TRUE); define('INSTALL_ROOT','/local/radio/'); ?> which is include (require_once) in the script I'm invoking.
View Replies !
Connection PHP4 <> Mysql ?
Using Windows XP, PHP4.3.11 and Mysql 4.1. PHP and Mysql. Im trying to connect to the database with this script: <?php //list_db.php $link_id = mysql_connect("localhost", "phpuser", "phppass"); $result = mysql_list_dbs($link_id); $num_rows = mysql_num_rows($result); while($db_data = mysql_fetch_row($result)) { echo $db_data[0]. "<BR>"; $result2 = mysql_list_tables($db_data[0]); $num_rows2 = mysql_num_rows($result2); while($table_data = mysql_fetch_row($result2)) echo "--" . $table_data[0]. "<BR>"; echo "==> $num_rows2 table(s) in " . $db_data[0] . "<P>"; } ?> But it gives me this error:Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:inetpubwwwrootPHP4info.php on line 5Warning: mysql_list_dbs(): supplied argument is not a valid MySQL-Link resource in c:inetpubwwwrootPHP4info.php on line 6Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in c:inetpubwwwrootPHP4info.php on line 7Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in c:inetpubwwwrootPHP4info.php on line 9What did I do wrong?
View Replies !
Php4 And Mysql On Rh9 Not Cooperating
I'm trying to get php4, apache2, and mysql3.23 to work on an rh9 machine. I've installed those packages via rpm during the install. If i load this in a page: <? phpinfo(); ?> and call it test.php then browse to it, i get php output. In that output it is confirmed that mysql support is enabled. When i installed mysql i ran: mysql_install_db then set a password for the root user. I then logged in as the root user and ran a grant command for a database i'll call example: mysql -p entered the root password: GRANT ALL PRIVILEGES ON example.* TO DataBaseUser@localhost IDENTIFIED BY 'password' this returned no errors. Again, from the mysql commandline i can log in as this user, and use the database. I can query it, and add/delete information from it. My problem comes when i try to access the database via a web page, both httpd and mysql are on the same box, and i get an access denied message. Here's my connect string: $connection = mysql_connect("localhost","DatabaseUser","password"); mysql_select_db("example", $connection);
View Replies !
PHP4 Does Not Work With MySQL 4.1.1 .... But Then What ?
I understand, that PHP4 has a MySQL client built in. I was warned, that this client does not support the MySQL 4.1.1 system, which I installed on my RH9 box end that I need to install that version myself in PHP4. Now how do I install that MySQL client in my PHP4 ? Or is is easier/smarter to use another MySQL version, one that IS supported directly by PHP4 ?
View Replies !
Php4+mysql Segfaults
I'm having big problems with php and mysql. php segfaults on certain mysql calls, with the following logs in apache error log: [Tue May 4 14:12:09 2004] [notice] child pid 60386 exit signal Segmentation fault (11) and in the syslog: May 4 13:53:49 op-fi1 /kernel: pid 60023 (httpd), uid 80: exited on signal 11 The following code segfaults php every time (or apache when accessed from the browser): <?php $link = mysql_connect("localhost", "root", "secret"); mysql_select_db("mydatabase"); $result = mysql_query(SELECT * FROM mytable); echo "<pre>";var_dump(mysql_fetch_field($result)); mysql_free_result($result); mysql_close($link); gdb output gives this: Program received signal SIGSEGV, Segmentation fault. 0x81a5d1c in add_property_string_ex () (gdb) backtrace #0 0x81a5d1c in add_property_string_ex () #1 0x80ebd2a in zif_mysql_fetch_field () #2 0x81b5b42 in execute () #3 0x81a3abe in zend_execute_scripts () #4 0x817bb1d in php_execute_script () #5 0x81bd882 in main () #6 0x8073d66 in _start () Does anyone have any ideas? System FreeBSD op-fi1 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Jun i386 Build Date May 4 2004 13:40:10 Configure Command './configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--with-zlib-dir=/usr' '--disable-all' '--with-regex=php' '--disable-cli' '--enable-bcmath' '--with-bz2=/usr' '--enable-ctype' '--with-dom=/usr/local' '--with-dom-xslt=/usr/local' '--with-dom-exslt=/usr/local' '--enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-freetype-dir=/usr/local' '--with-t1lib=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-xpm-dir=/usr/X11R6' '--with-gettext=/usr/local' '--with-iconv-dir=/usr/local' '--with-iconv=/usr/local' '--enable-mbstring' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local' '--with-mime-magic=/usr/share/misc/magic.mime' '--with-mysql=/usr/local' '--enable-overload' '--with-pcre-regex=yes' '--enable-posix' '--enable-session' '--enable-sockets' '--enable-tokenizer' '--with-unixODBC=/usr/local' '--enable-wddx' '--with-expat-dir=/usr/local' '--enable-xml' '--with-xmlrpc' '--with-zip=/usr/local' '--with-zlib=yes' '--with-apxs=/usr/local/sbin/apxs' '--with-imap=/usr/local' '--with-imap-ssl=/usr/local' '--prefix=/usr/local' 'i386-portbld-freebsd4.8' Server API Apache Virtual Directory Support disabled Configuration File (php.ini) Path /usr/local/etc/php.ini PHP API 20020918 PHP Extension 20020429 Zend Extension 20021010 Debug Build no Thread Safety disabled Registered PHP Streams php, http, ftp, compress.bzip2, compress.zlib mysql MySQL Supportenabled Active Persistent Links 0 Active Links 0 Client API version 3.23.58 MYSQL_MODULE_TYPE external MYSQL_SOCKET /tmp/mysql.sock MYSQL_INCLUDE -I/usr/local/include/mysql MYSQL_LIBS -L/usr/local/lib -lmysqlclient
View Replies !
Php4.3.9 Cannot Connect To Mysql 4.1.7
I have installed Mysql 4.1.7 on my windows xp professional machine, and php 4.3.9 and apache are all installed.And i am sure i have started my Mysql server! But when i connect to the mysql server in my php code, it get a messege like below: Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in D:wwwsiteselfSitecontrol est.php4 on line 2 and the php code is just a simple test code like: <?php $dd = mysql_connect("localhost", "user", "pass"); ?> all the code goes well on mysql server 4.0.22. what can i do? Don't tell me go back to mysql 4.0.22.
View Replies !
Errors Building PHP4.3.8 With MySql
I'm having a problem compiling PHP 4.3.8 with MySQL standard 4.0.20. There errors are: ext/mysql/php_mysql.o: In function `zif_mysql_create_db': /download/php-4.3.8/ext/mysql/php_mysql.c:1160: undefined reference to `mysql_create_db' ext/mysql/php_mysql.o: In function `zif_mysql_drop_db': /download/php-4.3.8/ext/mysql/php_mysql.c:1202: undefined reference to `mysql_drop_db' I've looked through usenet and found some other similar problems, but none of the solutions (i.e. duplicate mysql.h files) seems to be my problem. The config paramater is --with-mysql=/usr/local/mysql which is a symlink to the mysql 4.0.20 build directory. Does anyone have an idea about this?
View Replies !
Php4/Mysql And Character Encoding
My website is blog/news aggregator. It reads rss and atom feeds to store and stores data in a mysql database. The feeds may use different character encodings, generally utf-8 and iso-8859-1. The parsing script knows from the database when it visits a utf-8 feed and uses the php function utf8_decode before send information to mysql. This has been working great for five month. Code:
View Replies !
PHP4/MySQL Formatting Result Set Output
I am currently coding a Photo Gallery project in PHP 4 and using MySQL to store information about the uploaded photos. My problem is that I am trying to get the images to be displayed in multiple columns accross the page, say 4-5 columns of small thumbnail images instead of all in one column as I have at present.
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 !
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 !
|