Re: [PHP-INSTALL] don't get shared extension odbc compiled!

2010-06-16 Thread Tamer Higazi
By the way, the point is that everything is located in /usr/lib and /usr/include. I don't know why the hell this pecl extension is continuesly looking in /usr/local ... That's the riddle! Tamer Am 16.06.2010 22:38, schrieb Tamer Higazi: > Hi Hendrik! > I am not using a pack

Re: [PHP-INSTALL] don't get shared extension odbc compiled!

2010-06-16 Thread Tamer Higazi
Hi Hendrik! I am not using a package based system, Gentoo uses sources compiles and installs them all respectively. Therefor all headers and libraries are in the system available. I double checked! Tamer Am 15.06.2010 14:54, schrieb Hendrik Schmieder: > Tamer Higazi schrieb: >> Hi peo

[PHP-INSTALL] don't get shared extension odbc compiled!

2010-05-29 Thread Tamer Higazi
Hi people! I am 1 step getting nut on php 5.3.2 to get the odbc extension compiled. Could anybody please help me?! I am executing in the "php-5.3.2/ext/odbc" folder: ./configure --prefix=/usr --with-unixODBC=/usr and get complains that a certain sqlheader.h file in /usr/local/ is not found. Re

[PHP-INSTALL] problems setting php.ini

2010-03-22 Thread Tamer Higazi
Hi people! usually this is not a problem, but I have never seen something like that before. After I compiled php 5.3.2 from source, and running phpinfo(), the info page told me that it didn't parse the php.ini file. the php.ini file had been placed from me in "/usr/local/lib" just as php tell me:

Re: [PHP-INSTALL] Trouble with PHP 5

2007-01-21 Thread Tamer Higazi
Installation Steps for PHP as apache2 module (not CGI): 1. Download Apache2 and install it anywhere 2. Download PHP 5.2.0 and unzip it in C:\php 3. you have to tell apache2 where to load the module! The module for apche 2.0: php5apache2.dll or apache 2.2: LoadModule php5_module "c:/php/php5apache

Re: [PHP-INSTALL] PHP install on IIS with Dreamweaver on WinXP issue

2007-01-06 Thread Tamer Higazi
Hi! Here are the installation instructions for the IIS (internet Information Server) http://www.php.net/manual/en/install.windows.iis.php Tamer saz25 schrieb: > Hi, > I am new to PHP. I also have Dreamweaver installed on my Windows PC. > I'd like to start writing some simple PHP files. I just in

Re: [PHP-INSTALL] PHP version 5.x binary for Mandrake Linux 10.2

2006-11-27 Thread Tamer Higazi
dear Eric! Download the source at: http://www.php.net/get/php-5.2.0.tar.bz2/from/a/mirror and build the RPM or the package your system is using instead of spending a hell of time to search the whole net for mandrake packages. Do you need a instruction from me?! I think Mandrake uses RPM. So,

Re: [PHP-INSTALL] Problem installing PHP; Oracle Instant Client 10.2;Solaris v10 (libnnz10.so not found)

2006-11-23 Thread Tamer Higazi
r=/home/nc3/instantclient Or should I copy the file "libnnz10.so" to the default lib directory? In this case, where is the default lib directory?? Thanks.. -----Original Message- From: Tamer Higazi [mailto:[EMAIL PROTECTED] Sent: Thursday, 23 November 2006 5:48 PM To: php-inst

Re: [PHP-INSTALL] Problem installing PHP; Oracle Instant Client 10.2;Solaris v10 (libnnz10.so not found)

2006-11-22 Thread Tamer Higazi
Hi Way Yew, 1) As you can see, you didn't include the lib directory of PHP 5.2.0 in the configure script! 2) try "--with-libdir" or --libdir option! 3) If the error is still the same... please edit the "Makefile" and add the library path by hand. and always use the latest version. The latest

Re: [PHP-INSTALL] Pls i need help fast.

2006-10-17 Thread Tamer Higazi
Lanre: I guess you have apache 2.2 and you have php in version 5.1.6. Right?! you want to get PHP running on your webserver. Follow the step by step configuration in the manual. Kick the 2.2 Apache server and do it with the 2.0.59 version. Easier for you to configure and not confusing. For unix y

Re: [PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!

2006-06-19 Thread Tamer Higazi
gt; > If you had installed PHP as an Apache module, you would need to restart Apache > so that PHP re-reads the php.ini file. I'm not sure if the same applies for a > fast-cgi installation. > > HTH, > Peter > > > > --- Tamer Higazi <[EMAIL PROTECTE

[Fwd: [PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!]

2006-06-18 Thread Tamer Higazi
I forgot to wrote My php configuration is: './configure' '--enable-memory-limit' '--enable-force-cgi-redirect' '--enable-track-vars' '--with-pcre-regex' '--with-mysql=/usr/local/mysql' '--without-mm' '--enable-fastcgi' '--enable-zend-multibyte' Tamer --- Begin Message --- Hi! I have PHP 5.1.

[PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!

2006-06-18 Thread Tamer Higazi
Hi! I have PHP 5.1.4 as a fast-cgi installation on my linux machine. However, I can't run PEAR, even after I have followed the installation instructions in detail. The errormessage: ERROR: either use the CLI php executable, or set register_argc_argv=On in php.ini For any help, solving my problem