Hello,
Sorry if that question have been asked before. I searched in the list
archives and didn't find anything useful.
I am trying to understand why the configure option --with-config-file-path
does not work when I am compiling from source.
the command line for configure I am using is:
./configu
Salut,
it seems you are compiling the whole bunch in 64bit mode (file libphp5.so)
but you are linking php with a 32bit library (/usr/lib) in place of
64bit (/usr/lib/64/libmtmalloc.so.1).
You must discover the place where this lib is used (a Makefile in php
sources),
may be an extension,
and fo
I've read elsewhere that the way to do this is to restart Apache.
The following command should do the trick:
sudo killall -HUP httpd
Peace,
Jeff
Ciberflash wrote:
> Good day!
> How do I shutdown and restart PHP? I don't want to reboot the machine each
time
I desire the changes/additions I comp
Phpdiscuss - Php Newsgroups And Mailing Lists wrote:
> Aidan Lister wrote:
> > Hi Chris, Ace,
> > As far as I'm aware, there are no "issues". MySQL is no longer installed by
> > default with PHP5, you must uncomment a line in your php.ini
> > exten
Thomas O'Neill wrote:
> I am installing PHP5 on OSX server following the instructions on
> www.php.net but changing to use the php5 modules instead of the php4
> module.
> [...]
> gcc -c -I../../os/unix -I../../include -O2 -DDARWIN
> -DTARGET="apache" -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-
Aidan Lister wrote:
> Hi Chris, Ace,
> As far as I'm aware, there are no "issues". MySQL is no longer installed by
> default with PHP5, you must uncomment a line in your php.ini
> extension=php_mysql.dll
> Aidan
Hi, just copy libmysql.dll in the php main folder to your windows/system32
folder
Hi Marco!
Have you solved this prob? I face the same and I have no idea what I can
do I would very much appreciate if you could sent me your solution to
[EMAIL PROTECTED] - if there is one...
Thanks - Michael
Using Apache, OS of Windows XP Professional
I edited the httpd.conf file and added these lines to the end of it:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Then I created a text file called "phpinfo.php" and put it in the
Documen
Jesse Edwards wrote:
I have exactly the same issue. Unfortunately I don't have a solution yet.
Please let me know if you find anything.
Thanks
Andrei
> I'm going nuts here. I've installed this manually going on 4 times now
> making sure I follow directions exactly. But every time I try to pull u
This didn't fix all my install problems, but it fixed this one. libtool
is looking for hte echocommand in /usr/local/bin
echo was in /usr/bin on my build, so I just put a copy in /usr/local/bin.
Of course, not i have other errors to fix :(
Dan
Gera wrote:
> I'm having a problem installing PHP
I ran into the same problem trying to setup php-4.3.7. It seems to be that
the flags that the makefile has aren't right when the configure is built.
I'm not sure why yet, but needless to say, I added a *perhap's hacked*
line to the Makefile to get it to work.
Original Makefile read:
-
Hi Joel, edit the .htaccess file of the user and add this line:
SetEnv PHPRC /home/user
now, only copy an php.ini file into the web folder of the user
/home/user/www
thats all
bye.
Alejandro Zanlongo
Joel Kermabon wrote:
> Hello
> In order to deal with different sites configurations how c
stian Wolfgarten" <[EMAIL PROTECTED]>
To: "'lists'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, July 27, 2002 5:29 PM
Subject: RE: [PHP-INST] Getting Variables
> Hi,
>
> as I told somebody some days ago,
> see register_global optio
Hello,
I'm trying to call a URL which ends like this: index.php?album=tomato
In the script, I echo $album, but it seems to be null.
Is this because of the way I have PHP configured?
Here is my configuration info from phpinfo():
'./configure'
'--with-apxs=/usr/local/sbin/apxs'
'--with-config-file
Hello all,
I'm trying to recompile PHP on a Cobalt Qube to include the curl module. However, on
the qube there are two modules which are made by cobalt, i18n and cce. When I try and
link these into my new PHP binary using dl(), I get the following error.
Warning: i18n: Unable to initialize m
Here's the deal...
I've downloaded Redhat 7.2, created two CDs and installed it.
I installed it with Apache and all the PHP modules.
I found out that Apache didn't run autmoatically after booting, so I changed that.
Apache now runs fine.
However, when I request a PHP file, I get the contents
Hi,
I've FreeBSD 4.2/Apache 1.3.9/PHP 4.0.6
I've installed PHP in Apache, it works very well
I need to have too PHP 4.0.6 in CGI mode (With Suexec but I don't think it's
the problem) but I've a problem.
In CGI mode, the path of PHP is always written at the top of the result
I'll take for exampl
17 matches
Mail list logo