Keith Roberts ; php-install@lists.php.net
Sent: Wednesday, December 12, 2012 10:59 AM
Subject: Re: [PHP-INSTALL] help for cli installation after running web server
just do apt-get install php-cli , that will do it.
--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, P
: "Keith Roberts"
> To: "Martinello"
> Cc:
> Sent: Sunday, December 09, 2012 11:55 AM
> Subject: Re: [PHP-INSTALL] help for cli installation after running web
> server
>
>
> On Sat, 8 Dec 2012, Martinello wrote:
>
> > To: php-install@lists.php.ne
Thanks Robert for your help,
I confirm, for future readers, that it's been solved without breaking the
configuration.
- Original Message -
From: "Keith Roberts"
To: "Martinello"
Cc:
Sent: Sunday, December 09, 2012 11:55 AM
Subject: Re: [PHP-INSTALL] help f
On Sat, 8 Dec 2012, Martinello wrote:
To: php-install@lists.php.net
From: Martinello
Subject: [PHP-INSTALL] help for cli installation after running web server
Hello,
I have ubuntu server 12.04 lts+apache 2.4 and I installed php 5.4.9 with
the APC extension, compiling from source code, becaus
hmm, thanks, i'll try to figure how to install them on internet
2009/8/22 Ryan Schmidt
> On Aug 22, 2009, at 11:52, Felipe Quagliarelo wrote:
>
> Hello guys, i am having some trouble installing them on linux.
>>
>> i installed linux yesterday and they didn't asked me to set a root
>> password,
On Aug 22, 2009, at 11:52, Felipe Quagliarelo wrote:
Hello guys, i am having some trouble installing them on linux.
i installed linux yesterday and they didn't asked me to set a root
password, only for the account that i use (nero), howeover i am
able to update my system and so on with that
Check this out Eric:
http://www.apachefriends.org/en/xampp.html
HTH
Keith
-
Websites:
http://www.php-debuggers.net
http://www.karsites.net
http://www.raised-from-the-dead.org.uk
All email addresses are challenge-response protec
I think you may be loading the wrong module. you want
extension=mysqli.so not extension=msqli.so
On May 1, 2008, at 7:38 AM, Caroleigh Deneen wrote:
Hi,
I'm learning php and some of the sample code I'm working with
requires mysqli support.I'm getting a fatal error when I try to load
a p
On Thu, 1 May 2008, Caroleigh Deneen wrote:
To: php-install@lists.php.net
From: Caroleigh Deneen <[EMAIL PROTECTED]>
Subject: [PHP-INSTALL] help using php with msqli
Hi,
I'm learning php and some of the sample code I'm working with requires mysqli
support.I'm getting a fatal error when I try
On Tue, 15 Apr 2008, Bryan wrote:
To: php-install@lists.php.net
From: Bryan <[EMAIL PROTECTED]>
Subject: Re: [PHP-INSTALL] Help!
Thank you, I was curious about that, I mean, I've tried
stuff on 'free' web space, where they've started up with
the different fil
Thank you, I was curious about that, I mean, I've tried stuff on 'free' web
space, where they've started up with the different files names, but, not
until I started setting up my own did I notice it wasn't something that was
automatic
Now, as for the other thing, please don't jump on me! :(
On Apr 13, 2008, at 15:59 PM, Bryan wrote:
ok, so 1) I should just use the PHP extension and forget about the
HTML
extension? (I ask this, because, I know I changed the default
startup on my
server to INDEX.PHP, but, if/when I use someone else's server, can
I change
the startup program,
On Sun, 13 Apr 2008, Bryan wrote:
To: php-install@lists.php.net
From: Bryan <[EMAIL PROTECTED]>
Subject: [PHP-INSTALL] Help!
I've just set up my Apache server with mySql and PHP, and
for the most part everything works fine, except:
I can't embed PHP in an HTML file (if my server starts up
wi
I think what you're running into is some confusion about newlines.
\n prints a newline in the output, yes. But since HTML ignores most
whitespace (which includes \r and \n, you need to add a tag as
well.
On Apr 13, 2008, at 1:08 PM, Bryan wrote:
one more question makes a new line,
one more question makes a new line, and \n APPEARS to do nothing.
do I even need to bother with the \n? (see, line 3 I didn't put the \n and
still got the blank line, so is there any situation where the \n would NEED
to be there?)
I did the following:
\n";
print "line 2 br nl \nline 3 b
ok, so 1) I should just use the PHP extension and forget about the HTML
extension? (I ask this, because, I know I changed the default startup on my
server to INDEX.PHP, but, if/when I use someone else's server, can I change
the startup program, or do I somehow have to transfer it from the
INDE
On Apr 13, 2008, at 13:18 PM, Bryan wrote:
I've just set up my Apache server with mySql and PHP, and for the
most part
everything works fine, except:
I can't embed PHP in an HTML file (if my server starts up with
INDEX.HTML I
can't do anything with PHP, is this possible, or am I just off t
On Tue, 26 Feb 2008, Sriram Natarajan wrote:
To: php-install@lists.php.net
From: Sriram Natarajan <[EMAIL PROTECTED]>
Subject: [PHP-INSTALL] Help with installing pear to a different location
Hi
I am trying to install pear to different location compared to where the
rest of the php is installed
Hello,
Good that you've found a working solution!
> Under OSX the MySQL libs are installed in /usr/local/mysql/lib
It's worth noticing that although that may be correct for some
packaged distributions, for example from the MySQL company too, that
an installation from Source Code DOES install the
The problem seems to be with the paths of the OSX MySQL installation
and the paths that the PHP MySQL libraries are looking for.
Under OSX the MySQL libs are installed in /usr/local/mysql/lib
however the PHP MySQL module expects the MySQL shared libraries at /
usr/local/mysql/lib/mysql
What
Since it seems with your configure,
./configure --with-apxs2=/app/apache2/bin/apxs --without-pear --
with-config-file-path=/app/ini --with-mysql=/usr/local/mysql
that you're not building only for mysql extension and not for
PDO/mysql, you will see in your config.log,
dyld: Library not loaded: /
an "I see you but I can't touch
you" situation.
Paul Blondé
-Original Message-
From: Keith Roberts [mailto:[EMAIL PROTECTED]
Sent: Friday, July 27, 2007 9:55 AM
To: php-install@lists.php.net
Subject: Re: [PHP-INSTALL] help wi
What configure command did you use Bill. I've compiled php
5.2.1 on Fedora Core 6, and used the following configure
command:
'./configure'
'--with-apxs2=/usr/local/apache-2.2.0/bin/apxs'
'--prefix=/usr/local/php-5.2.1' '--enable-shared=all'
'--with-mysql=shared'
'--with-mysql-sock=/var/lib/
[EMAIL PROTECTED]
- Original Message -
From: "Jason Sheets" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, May 18, 2005 9:00 PM
Subject: [PHP-INSTALL] Help cross compiling PHP
> Hello,
>
> I am attempting to cross compile PHP 5.02 for the powerpc platform,
> using a i386 platform, I have a
Jason Sheets wrote:
...
checking for fopencookie ... yes
configure: error can not run test program while cross compiling
Looking at the configure ... is set
to exit 1 when it detects a cross compile ...
how about modifying the configurationscript an command the line
that do the exit -1 by crosscom
I am having the same problem.
Web Server: IIS 6
OS: Windows 2003 Server
Can anyone out there help please?
"Scott Hamm" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> What Web server and operating system are you running your Php on?
>
>
>
> -Original Message-
> From: Tang,
What Web server and operating system are you running your Php on?
-Original Message-
From: Tang, Alan [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 21, 2004 1:22 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INSTALL] Help on Install PHP 5.0.6 on IIS 6
Hello:
After I have instal
On Mon, 2004-08-02 at 07:25, root wrote:
> Hello
>
> I was installing PHP5 with Mysql4.0 and Apache2.0. Everyting was
> fine up until the message shows below.
>
> Installing PHP SAPI module: apache2handler
> /apache/build/instdso.sh SH_LIBTOOL='/apache/build/libtool' libphp5.la
> /
Copy for the list:
Original Message
Hello, Chris Hewitt!
:)
You wrote:
You need to add this line:
AddType application/x-httpd-php .php
_
rolechka wrote:
Hello, Chris! :)
Thank you for answer, it was pleasantly for me.
All html files properly display. But php scripts are not interpret :(.
I cheked format of my directory pathes, but this was no avail. Yes, I putted
a php file in my DocumentRoot, that is d:\Apache\www. And when I try t
What script did you post? What is the name of the file - script file, you try to run?
Georgerolechka <[EMAIL PROTECTED]> wrote:
:):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):
rolechka wrote:
Help me please. :'(
I have just installed PHP v.5 on Apache v.2.
But when try to access a php script via your browser, you get a blank
screen.
And I don't understand why it happens.
My operating system: Windows XP. SP1.
There are no antiviruses or fireworks on my machine.
I is in LA
The easist thing is to chage the ownership of the directory to be the
webserver user. so maybe...
chown httpd:apache /path/to/directory
Then you can alter the permissions to restrict access.
chmod og-w /path/to/directory
removes the write persmission for the group and 'other'
Thanks -- after some experimenting... I set the permissions to 777 on the
directory. The file transferred okay Now, I'm confused on how to get
the virtual domain to own the uploaded file and correct the permissions.
Any ideas.
Bruce
"Chris Hewitt" <[EMAIL PROTECTED]> wrote in message
news:[EM
Bruce wrote:
New to PHP/MySQL. I have RH9/Apache/MySQL/PHP running. I want to upload a
file. But, I have a permission error message I'm receiving. Does anyone
know where I can look
Warning: Unable to create '65.jpg': Permission denied in
/home/budgetn/www/html/_new_admin/p_add_staff.php on line
--- Mikel Poza <[EMAIL PROTECTED]> wrote:
> How can i remove myself from this list? my inbox can
> support more mails
Please read info at
http://www.php.net/mailing-lists.php
BTW you said your inbox can support more mails, then
why leaving the list ;)
Two suggestion to you.
1.If inbox size
Check the permissions on the file. Must be readable by
IUSR_SERVERNAME.
--
Jim
>>> "Daniel Szasz" <[EMAIL PROTECTED]> 11/13/03 06:06AM >>>
Something new. I put a test.php in the root of IIS and it's working but
from
inside of the subdirectory of one of the web I got the 404 - page not
found.
Th
Something new. I put a test.php in the root of IIS and it's working but from
inside of the subdirectory of one of the web I got the 404 - page not found.
Thanks
Daniel
"Daniel Szasz" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I used the exe
>
> Done the activation
>
> Dan
I used the exe
Done the activation
Daniel
"Ma" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi!
>
> had similar problems but not equal. this error occoured if i tried to let
> IIS use the isapi-module. when i installed the exe everything worked well.
>
> i didn't experience
hi!
had similar problems but not equal. this error occoured if i tried to let
IIS use the isapi-module. when i installed the exe everything worked well.
i didn't experience any problems with apache under windows. may be you
forgot the activation of the different extensions in httpd.conf? (sorry,
I've managed to install by hand PHP 4.3.3 under Windows 98. As a web
server I'm using Apache 1.3.x and tried to install PHP as a module.
It works quite dandy and all except for the fact that I can't pass
variables to a PHP script.
Probably a setting in php.ini.
register_globals = Off
-sol8-intel-local.gz
syslog-ng-1.5.26.tar.gz
zlib-1.1.4-sol8-intel-local.gz
-Ken
From: "edwin lin" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [PHP-INSTALL] Help --- xslt installation with php 4.3.0
Date: Tue, 23 Sep 2003 22:01:12
Where can you get libstdc++-dev? Thanks,
Edwin
From: "Kenneth Webber" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [PHP-INSTALL] Help --- xslt installation with php 4.3.0
Date: Tue, 23 Sep 2003 16:35:23 +
It is working. Yan
It is working. Yann you were a big help.
For the record and anyone who gets this issue, this is what I ran:
mv config.cache config.cache.bak
/usr/local/bin/make clean
env LDFLAGS=-lstdc++
./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql
/usr/local/bin/make
/usr/
Hi, the answer to your problem is listed in the FAQ page
http://www.protonicdesign.com/tutorial/faq.php#php2
Youn need to link with libstc++
Befor you compile PHP do this.
export LDFLAGS=-lstdc++
You need libstdc++ and libstdc++-dev installed
Then after simply type
make
make test
make install
45 matches
Mail list logo