Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-09-01 Thread Ricky Tompu Breaky
Hi, hack. The result is: Failed. I don't know why my PHP module does not talk to my MySQL. Please keep telling me. On Tue, 1 Sep 2009 12:08:08 +0800 hack988 hack988 hack...@dev.htwap.com wrote: Use follow codes for test your php,php_mysql is work well. use your ip replace localhost,your

Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-09-01 Thread Shawn McKenzie
Ricky Tompu Breaky wrote: Hi, hack. The result is: Failed. I don't know why my PHP module does not talk to my MySQL. Please keep telling me. On Tue, 1 Sep 2009 12:08:08 +0800 hack988 hack988 hack...@dev.htwap.com wrote: Use follow codes for test your php,php_mysql is work well.

Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-09-01 Thread Ricky Tompu Breaky
Dear my friend, Shawn... Hoorayit works Thank you very much Shawn Thank you...Thank you...Thank you...Thank you...1000x On Tue, 01 Sep 2009 13:14:56 -0500 Shawn McKenzie nos...@mckenzies.net wrote: Ricky Tompu Breaky wrote: Hi, hack. The result is: Failed. I don't

[PHP] Re: Install PHPMyAdmin with urpmi

2009-08-31 Thread Shawn McKenzie
Ricky Tompu Breaky wrote: Dear my friends, I've downloaded and installed PHPMyAdmin. I use Apache2 and Mandriva 2009.1. I have defined in the file of '/var/www/phpmyadmin/libraries/config.default.php' this things: $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] =

[PHP] Re: Install PHPMyAdmin with urpmi

2009-08-31 Thread Ricky Tompu Breaky
Dear Shawn. Firstly, thank you very much for your quick respond. I've installed the php-mysql: [r...@mandreev linux]# urpmi php-mysql Package php-mysql-5.3.0-0.1mud2009.1.i586 is already installed [r...@mandreev linux]# . But I don't know if it's enabled already. How can I know that? Please

Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-08-31 Thread hack988 hack988
Are u set auth_type to config? $cfg['Servers'][$i]['auth_type'] = 'config'; 2009/9/1 Ricky Tompu Breaky ricky.bre...@uni.de: Dear Shawn. Firstly, thank you very much for your quick respond. I've installed the php-mysql: [r...@mandreev linux]# urpmi php-mysql Package

Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-08-31 Thread Ricky Tompu Breaky
Dea my ePal, I tried by editing the line as you adviced just now. But It does not make any difference. After I type root and the password and click the Login Button ('Go'), I am not in but just stay on the login form without any error or success message. Is there any another possibility?

Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-08-31 Thread hack988 hack988
Config means just use username and password for config file,in that case u need't type any things,just open url. U must set another option in file. $cfg['blowfish_secret']='some string'; If not work agian,please check others options. $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL

Re: [PHP] Re: Install PHPMyAdmin with urpmi

2009-08-31 Thread hack988 hack988
Use follow codes for test your php,php_mysql is work well. use your ip replace localhost,your mysql port replace 3306 and username,password to replace mysql_user, mysql_password. ?php error_reporting(2047); ini_set(display_error,On); if(mysql_connect('localhost:3306', 'mysql_user',

Re: [PHP] Re: install pecl in debian

2008-04-12 Thread hce
On 4/12/08, Bojan Tesanovic [EMAIL PROTECTED] wrote: You need CLI (Comman Line interface) for PHP most of PECL packages are in apt-get eg apt-get php-memcache On Apr 12, 2008, at 3:19 AM, Shawn McKenzie wrote: hce wrote: Hi, I post following message days ago, but could not

Re: [PHP] Re: install pecl in debian

2008-04-12 Thread hce
On 4/12/08, hce [EMAIL PROTECTED] wrote: On 4/12/08, Bojan Tesanovic [EMAIL PROTECTED] wrote: You need CLI (Comman Line interface) for PHP most of PECL packages are in apt-get eg apt-get php-memcache On Apr 12, 2008, at 3:19 AM, Shawn McKenzie wrote: hce

[PHP] Re: install pecl in debian

2008-04-11 Thread Shawn McKenzie
hce wrote: Hi, I post following message days ago, but could not see it on the list. Sorry if it is duplicated. I've installed php5 in debian, but got following problems: 1. I could not find a proper debian package for pecl, search pecl found: dh-make-php - Creates Debian source packages for

Re: [PHP] Re: install pecl in debian

2008-04-11 Thread Bojan Tesanovic
You need CLI (Comman Line interface) for PHP most of PECL packages are in apt-get eg apt-get php-memcache On Apr 12, 2008, at 3:19 AM, Shawn McKenzie wrote: hce wrote: Hi, I post following message days ago, but could not see it on the list. Sorry if it is duplicated. I've installed php5 in

[PHP] Re: install php 5.2.1 with checkinstall

2007-03-18 Thread Man-wai Chang
# rpm -ivh php-5.2.1-1.i386.rpm file /etc/pear.conf from install of php-5.2.1-1 conflicts with file from package php-pear-1.4.9-4 file /usr/share/pear/.channels/pear.php.net.reg from install of php-5.2.1-1 conflicts with file from package php-pear-1.4.9-4 file

[PHP] Re: install php 5.2.1 with checkinstall

2007-03-18 Thread Man-wai Chang
In case you want a full ./configure line... #!/bin/bash ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --with-config-file-path=/etc \ --enable-track-vars \ --enable-ftp \ --enable-sysvsem \ --enable-sysvshm \ --enable-sockets \ --enable-gd-native-ttf \ --enable-memory-limit \

[PHP] Re: install problems

2007-03-18 Thread Haydar TUNA
Hello, This is php.install question but I can help you. Two weeks ago, I faced same problem with Apache 2.2.4 and PHP 5.2.1 in Redhat Linux AS 4 Update 3 operating system. I tried to install apache and php together but I faced to same problem. I tried to install PHP 5.1.6 and Apache

Re: [PHP] Re: install problems

2007-03-18 Thread jekillen
On Mar 18, 2007, at 7:51 PM, Haydar TUNA wrote: Hello, This is php.install question but I can help you. Two weeks ago, I faced same problem with Apache 2.2.4 and PHP 5.2.1 in Redhat Linux AS 4 Update 3 operating system. I tried to install apache and php together but I faced to

[PHP] Re: install/config error - please help

2004-07-01 Thread David Robley
On Wed, 30 Jun 2004 23:01, Long P Nguyen wrote: any ideas with this install/config error? [EMAIL PROTECTED] php-4.3.7]# ./configure --with-mysql=/usr/local/mysql creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C

[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread Nadim Attari
Is it better to install PHP using the PHP installer or using the Zip file version? Go for the PHP Installer. It's straight forward to install... Do download the Zip file also, in case u need any extensions (DLL) Nadim Attari http://www.alienworkers.com -- PHP General Mailing List

[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread Anthony
what webserver are you using? If it's IIS, then use the installer... If it's Apache, teh installer doesn;t work, you have to do it manualy. - Anthony Mark McCulligh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am building a Windows 2000/PHP production server. I have only ever

[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread Pete Morganic
What I tend to do is to download the installer and run it as this sets up all the configuration (eg IIS) I then download the zip file (Which contains a load of extra files eg PEAR) and copy the whole unzipped directory to overwite the c:\php dir contents created by the installer. This might

[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread php dot net
depend on which web server : for apache : use php as a module for IIS (very bad id) : use php as a ISAPI In either case don't use php as a CGI, this won't allow persistant connection (very usefull for mysql) Hope that helped ! k -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread Mark McCulligh
From my understanding you can get PHP with CGI to do persistant connection if you install fastcgi. Link about PHP and FastCGI: http://php.weblogs.com/fastcgi_with_php_and_iis Mark. Php Dot Net [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] depend on which web server : for apache

[PHP] Re: install error

2001-08-30 Thread _lallous
from this line, i guess that Apache is not installed? apxs:Warning: /usr/bin/httpd not found or not executable Joseph Bannon [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... What does this mean? make[1]: Entering directory `/home/php-4.0.6'

RE: [PHP] Re: install error

2001-08-30 Thread Lawrence . Sheed
be compiled to use them that way. Lawrence -Original Message- From: _lallous [mailto:[EMAIL PROTECTED]] Sent: August 30, 2001 4:19 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: install error from this line, i guess that Apache is not installed? apxs:Warning: /usr/bin/httpd not found

[PHP] Re: Install

2001-07-26 Thread elias
www.activestate.com (Perl) www.editplus.com (good editor for programming) Roman [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello ! I want to install perl under apache in windows, please send me some information how can i install, where I find perl

[PHP] Re: Install problems with PHP and GD

2001-05-07 Thread Daniel BI
If you're running the latest RH, the path should be /usr anyway, issue: find / -name gd.h if the result is /usr/include/gd.h, then the path should be /usr if you have somthing else, I guess you already suppose what the path is.. :) Daniel BI -- PHP General Mailing List

[PHP] PHP (re)install problems

2001-03-12 Thread Jason Bouwmeester
I just reformatted my computer and reinstalled: Apache 1.3.14 Win32 r2 PHP 4.03pl1 mySQL 3.23.34 - Win I copied over my mySWL database and my PHP files and I get the following error: Warning: Undefined variable: Titlesearch in d:\apache\htdocs\bkhtml\movies.php on line 22 This is line 22 of

Re: [PHP] PHP (re)install problems

2001-03-12 Thread Jack Dempsey
snip Warning: Undefined variable: Titlesearch in d:\apache\htdocs\bkhtml\movies.php on line 22 This is line 22 of movies.php: print "form name=\"search\" method=\"get\" action=\"movies/mysql_moviedb_search.php?Titlesearch=$Titlesearch\"\n"; are you sure your variable is capitalized

RE: [PHP] PHP (re)install problems

2001-03-12 Thread Jason Bouwmeester
Yeah I am pretty sure it is right, it was working fine before I reinstalled. And thanks for the !$link that worked. jb snip Warning: Undefined variable: Titlesearch in d:\apache\htdocs\bkhtml\movies.php on line 22 This is line 22 of movies.php: print "form name=\"search\"

Re: [PHP] PHP (re)install problems

2001-03-12 Thread David Robley
On Tue, 13 Mar 2001 08:46, Jason Bouwmeester wrote: Yeah I am pretty sure it is right, it was working fine before I reinstalled. And thanks for the !$link that worked. jb snip Warning: Undefined variable: Titlesearch in d:\apache\htdocs\bkhtml\movies.php on line 22 This is line