Re: [PHP] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' ....

2012-02-01 Thread Darryle Steplight
I have version usr/lib64/mysql/libmysqlclient.so.18 instead of
usr/lib64mysql//libmysqlclient.so.15 . I coped over the file into
usr/lib64/libmysqlclient.so.18, because that file didn't exist in that
path, I created the sym link but no luck. Few fixes are better than no
fixes for sure.


On Wed, Feb 1, 2012 at 6:44 PM, Matijn Woudt  wrote:
> On Wed, Feb 1, 2012 at 6:56 PM, Darryle Steplight  
> wrote:
>> Hello Everyone,
>>    My name is Darryle. I've installed PHP 5.3.9 on my CentOs box and
>> some numerous modules via yum. Some of those modules are  PDO,
>> PDO_MYSQL and PDO_SQLITE. However, my PHP configuration is not
>> recognizing my PDO_MYSQL module.  I can verify that these modules
>> exists by looking in my /etc/php.d/ folder.  I'm also including the
>> PDO and PDO_MYSQL extensions in my httpd.conf file after my
>> extension_dir=/path/to/modules/ declaration.  When I run php -i | grep
>> pdo this is what I see
>>
>>
>> ]# php -i | grep pdo
>> PHP Warning:  PHP Startup: Unable to load dynamic library
>> '/usr/lib64/php/modules/php_pdo' - /usr/lib64/php/modules/php_pdo:
>> cannot open shared object file: No such file or directory in Unknown
>> on line 0
>> PHP Warning:  PHP Startup: Unable to load dynamic library
>> '/usr/lib64/php/modules/php_pdo_mysql' -
>> /usr/lib64/php/modules/php_pdo_mysql: cannot open shared object file:
>> No such file or directory in Unknown on line 0
>> PHP Warning:  PHP Startup: Unable to load dynamic library
>> '/usr/lib64/php/modules/mysql.so' - libmysqlclient.so.15: cannot open
>
> Hi,
>
> This seems to be an common error with CentOS 64 bit. If you google for
> it there are plenty of people experiencing the same issue, and there
> are probably a few fixes for it.
> One of the first hits I got was a user who did:
>
> ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15
>
> And it solved his problem. So you can try that, and if that fails, try Google!
>
> - Matijn



-- 
--
"May the Source be with you."

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' ....

2012-02-01 Thread Matijn Woudt
On Wed, Feb 1, 2012 at 6:56 PM, Darryle Steplight  wrote:
> Hello Everyone,
>    My name is Darryle. I've installed PHP 5.3.9 on my CentOs box and
> some numerous modules via yum. Some of those modules are  PDO,
> PDO_MYSQL and PDO_SQLITE. However, my PHP configuration is not
> recognizing my PDO_MYSQL module.  I can verify that these modules
> exists by looking in my /etc/php.d/ folder.  I'm also including the
> PDO and PDO_MYSQL extensions in my httpd.conf file after my
> extension_dir=/path/to/modules/ declaration.  When I run php -i | grep
> pdo this is what I see
>
>
> ]# php -i | grep pdo
> PHP Warning:  PHP Startup: Unable to load dynamic library
> '/usr/lib64/php/modules/php_pdo' - /usr/lib64/php/modules/php_pdo:
> cannot open shared object file: No such file or directory in Unknown
> on line 0
> PHP Warning:  PHP Startup: Unable to load dynamic library
> '/usr/lib64/php/modules/php_pdo_mysql' -
> /usr/lib64/php/modules/php_pdo_mysql: cannot open shared object file:
> No such file or directory in Unknown on line 0
> PHP Warning:  PHP Startup: Unable to load dynamic library
> '/usr/lib64/php/modules/mysql.so' - libmysqlclient.so.15: cannot open

Hi,

This seems to be an common error with CentOS 64 bit. If you google for
it there are plenty of people experiencing the same issue, and there
are probably a few fixes for it.
One of the first hits I got was a user who did:

ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15

And it solved his problem. So you can try that, and if that fails, try Google!

- Matijn

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' ....

2012-02-01 Thread Darryle Steplight
Hello Everyone,
   My name is Darryle. I've installed PHP 5.3.9 on my CentOs box and
some numerous modules via yum. Some of those modules are  PDO,
PDO_MYSQL and PDO_SQLITE. However, my PHP configuration is not
recognizing my PDO_MYSQL module.  I can verify that these modules
exists by looking in my /etc/php.d/ folder.  I'm also including the
PDO and PDO_MYSQL extensions in my httpd.conf file after my
extension_dir=/path/to/modules/ declaration.  When I run php -i | grep
pdo this is what I see




]# php -i | grep pdo
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib64/php/modules/php_pdo' - /usr/lib64/php/modules/php_pdo:
cannot open shared object file: No such file or directory in Unknown
on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib64/php/modules/php_pdo_mysql' -
/usr/lib64/php/modules/php_pdo_mysql: cannot open shared object file:
No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib64/php/modules/mysql.so' - libmysqlclient.so.15: cannot open
shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib64/php/modules/mysqli.so' - libmysqlclient.so.15: cannot open
shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib64/php/modules/pdo_mysql.so' - libmysqlclient.so.15: cannot
open shared object file: No such file or directory in Unknown on line
0
Configure Command =>  './configure'  '--build=x86_64-redhat-linux-gnu'
'--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu'
'--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr'
'--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc'
'--datadir=/usr/share' '--includedir=/usr/include'
'--libdir=/usr/lib64' '--libexecdir=/usr/libexec'
'--localstatedir=/var' '--sharedstatedir=/usr/com'
'--mandir=/usr/share/man' '--infodir=/usr/share/info'
'--cache-file=../config.cache' '--with-libdir=lib64'
'--with-config-file-path=/etc'
'--with-config-file-scan-dir=/etc/php.d' '--disable-debug'
'--with-pic' '--disable-rpath' '--without-pear' '--with-bz2'
'--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr'
'--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf'
'--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv'
'--with-jpeg-dir=/usr' '--with-openssl' '--with-zlib'
'--with-layout=GNU' '--enable-exif' '--enable-ftp'
'--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem'
'--enable-sysvshm' '--enable-sysvmsg' '--with-kerberos'
'--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar'
'--without-sqlite' '--with-libxml-dir=/usr' '--enable-xml'
'--with-system-tzdata' '--enable-force-cgi-redirect' '--enable-pcntl'
'--with-imap=shared' '--with-imap-ssl' '--enable-mbstring=shared'
'--enable-mbregex' '--with-gd=shared' '--enable-bcmath=shared'
'--enable-dba=shared' '--with-db4=/usr' '--with-xmlrpc=shared'
'--with-ldap=shared' '--with-ldap-sasl' '--with-mysql=shared,/usr'
'--with-mysqli=shared,/usr/lib64/mysql/mysql_config'
'--enable-dom=shared' '--with-pgsql=shared' '--enable-wddx=shared'
'--with-snmp=shared,/usr' '--enable-soap=shared'
'--with-xsl=shared,/usr' '--enable-xmlreader=shared'
'--enable-xmlwriter=shared' '--with-curl=shared,/usr'
'--enable-fastcgi' '--enable-pdo=shared'
'--with-pdo-odbc=shared,unixODBC,/usr'
'--with-pdo-mysql=shared,/usr/lib64/mysql/mysql_config'
'--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared,/usr'
'--with-pdo-dblib=shared,/usr' '--without-sqlite3'
'--enable-json=shared' '--enable-zip=shared' '--with-readline'
'--with-pspell=shared' '--enable-phar=shared'
'--with-mcrypt=shared,/usr' '--with-tidy=shared,/usr'
'--with-mssql=shared,/usr' '--enable-sysvmsg=shared'
'--enable-sysvshm=shared' '--enable-sysvsem=shared'
'--enable-posix=shared' '--with-unixODBC=shared,/usr'
'--enable-fileinfo=shared' '--enable-intl=shared'
'--with-icu-dir=/usr' '--with-recode=shared,/usr'
/etc/php.d/pdo.ini,
/etc/php.d/pdo_mysql.ini,
/etc/php.d/pdo_sqlite.ini,
PHP Warning:  Unknown: It is not safe to rely on the system's timezone
settings. You are *required* to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no
DST' instead in Unknown on line 0
pdo_sqlite




and if I run php -m, this is  a sample pf what I see  (  I still see
the same warnings that I see from above )
pcre
PDO
pdo_sqlite
Phar








What do I need to do to make my php configuration recognize my
pdp_mysql module? Being that's i'm a LAMP Developer, I have frameworks
that I use that require PDO_MYSQL to exist.

-- 
--
"May the Source be with you."

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Startup Stuff in the san Francisco/Bay Area

2009-05-24 Thread bruce
Hi guys...

Before you start flaming/shouting.. thought I'd post this here, as I'm at my
wit's end, and this might help others as well. And yeah, this has nothing to
do with solving a php coding issue!!

I'm trying to figur eout if there are guys/gals/groups/etc.. of developers
here in the San Fran/San Jose/East Bay area that are into the pure sweat
equity startup thing. I'm simply looking to find if there are people/groups
that you might know of, how are into creating/starting projects. I've done
the Craigslist Posting thing, with no real luck, so I thought I'd post this
here...

Feel free to get to me off line to reduce the amount of time on the list for
this thread, unless you think it might be useful for others as well...

Thanks!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Micah Gersten
Thiago H. Pojda wrote:
> On Wed, Nov 12, 2008 at 2:21 PM, Thodoris <[EMAIL PROTECTED]> wrote:
>
>   
>>  Although I don't develop under windows and I should say that this OS has
>> been "developing" my allergies I would suggest to use WAMP. Which is
>> Windows-Apache-MySQL-PHP enviroment that you might find very useful and it
>> might make things easier for you.
>>
>> --
>> Thodoris
>>
>>
>> 
> Thodoris,
>
> I don't like developing on windows either, but I find it to be worse when
> using WAMP. When I first started developing PHP I used to use WAMP and also
> tried EasyPHP. Although things were easier at first, IMO they add too much
> stuff in conf files that make things confuse when you need to make some
> specific changes.
>
> Thanks for your suggestion :)
>   

You should try Xampp then.  http://apachefriends.org
They've segregated the apache config files to make things easier.

Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
On Wed, Nov 12, 2008 at 2:21 PM, Thodoris <[EMAIL PROTECTED]> wrote:

>
>  Although I don't develop under windows and I should say that this OS has
> been "developing" my allergies I would suggest to use WAMP. Which is
> Windows-Apache-MySQL-PHP enviroment that you might find very useful and it
> might make things easier for you.
>
> --
> Thodoris
>
>
Thodoris,

I don't like developing on windows either, but I find it to be worse when
using WAMP. When I first started developing PHP I used to use WAMP and also
tried EasyPHP. Although things were easier at first, IMO they add too much
stuff in conf files that make things confuse when you need to make some
specific changes.

Thanks for your suggestion :)
-- 
Thiago Henrique Pojda


Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thodoris



On Wed, Nov 12, 2008 at 2:03 PM, Stut <[EMAIL PROTECTED]> wrote:

  

On 12 Nov 2008, at 16:58, Thiago H. Pojda wrote:



 I switched PCs and now when I load PHP I get this weird error. It claims


it
can't find the specified library, but in the lib is in the path given
by
the
message.

Any ideas?

My extension_dir is okay (it has spaces, but has "") and I gave
"Everyone"
access to it.




Which extension? This message usually indicates that it can't find a DLL
the extension depends upon.



  

I removed all of them and let only php_mysql.dll and still get this
error.

Does this extension depend on anything?




It's pretty useless without libmysql.dll.

-Stut

--
http://stut.net/




Yeah, I just found this out.

Strange the win32 installer didn't add this.


The error message could be clearer :)

Thanks Stut!
  
Although I don't develop under windows and I should say that this OS 
has been "developing" my allergies I would suggest to use WAMP. Which is 
Windows-Apache-MySQL-PHP enviroment that you might find very useful and 
it might make things easier for you.


--
Thodoris



Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
On Wed, Nov 12, 2008 at 2:03 PM, Stut <[EMAIL PROTECTED]> wrote:

> On 12 Nov 2008, at 16:58, Thiago H. Pojda wrote:
>
>>
>>>  I switched PCs and now when I load PHP I get this weird error. It claims
> it
> can't find the specified library, but in the lib is in the path given
> by
> the
> message.
>
> Any ideas?
>
> My extension_dir is okay (it has spaces, but has "") and I gave
> "Everyone"
> access to it.
>
>
 Which extension? This message usually indicates that it can't find a DLL
 the extension depends upon.
 


>>> I removed all of them and let only php_mysql.dll and still get this
>>> error.
>>>
>>> Does this extension depend on anything?
>>>
>>>
>
> It's pretty useless without libmysql.dll.
>
> -Stut
>
> --
> http://stut.net/
>

Yeah, I just found this out.

Strange the win32 installer didn't add this.


The error message could be clearer :)

Thanks Stut!
-- 
Thiago Henrique Pojda


Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Stut

On 12 Nov 2008, at 16:58, Thiago H. Pojda wrote:
On Wed, Nov 12, 2008 at 1:56 PM, Thiago H. Pojda <[EMAIL PROTECTED] 
>wrote:

On Wed, Nov 12, 2008 at 1:54 PM, Stut <[EMAIL PROTECTED]> wrote:

On 12 Nov 2008, at 16:53, Thiago H. Pojda wrote:
I switched PCs and now when I load PHP I get this weird error. It  
claims

it
can't find the specified library, but in the lib is in the path  
given by

the
message.

Any ideas?

My extension_dir is okay (it has spaces, but has "") and I gave
"Everyone"
access to it.



Which extension? This message usually indicates that it can't find  
a DLL

the extension depends upon.




I removed all of them and let only php_mysql.dll and still get this  
error.


Does this extension depend on anything?




It's pretty useless without libmysql.dll.

-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
On Wed, Nov 12, 2008 at 1:56 PM, Thiago H. Pojda <[EMAIL PROTECTED]>wrote:

> On Wed, Nov 12, 2008 at 1:54 PM, Stut <[EMAIL PROTECTED]> wrote:
>
>> On 12 Nov 2008, at 16:53, Thiago H. Pojda wrote:
>>
>>> I switched PCs and now when I load PHP I get this weird error. It claims
>>> it
>>> can't find the specified library, but in the lib is in the path given by
>>> the
>>> message.
>>>
>>> Any ideas?
>>>
>>> My extension_dir is okay (it has spaces, but has "") and I gave
>>> "Everyone"
>>> access to it.
>>>
>>
>> Which extension? This message usually indicates that it can't find a DLL
>> the extension depends upon.
>>  
>>
>
> I removed all of them and let only php_mysql.dll and still get this error.
>
> Does this extension depend on anything?
>
> --
> Thiago Henrique Pojda
>

CC'ing php-general...


Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Stut

On 12 Nov 2008, at 16:53, Thiago H. Pojda wrote:
I switched PCs and now when I load PHP I get this weird error. It  
claims it
can't find the specified library, but in the lib is in the path  
given by the

message.

Any ideas?

My extension_dir is okay (it has spaces, but has "") and I gave  
"Everyone"

access to it.


Which extension? This message usually indicates that it can't find a  
DLL the extension depends upon.


-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
Guys,

I switched PCs and now when I load PHP I get this weird error. It claims it
can't find the specified library, but in the lib is in the path given by the
message.

Any ideas?

My extension_dir is okay (it has spaces, but has "") and I gave "Everyone"
access to it.

I'm in WinXP using apache 2.2.


Thanks,
-- 
Thiago Henrique Pojda


Re: [PHP] PHP Startup: Unable to load dynamic library

2007-02-20 Thread Richard Lynch
If those files exist, you have probably managed to mix-n-match
extension versions with your PHP install.

You can't do that.

Extension versions and PHP version have to match.

If those files don't exist at all, you forgot to ask for these
extensions when you re-compiled PHP, or forgot to use your package
manager to ask for them separately when you installed.

On Sat, February 17, 2007 7:53 pm, Noah wrote:
>
> Hi,
>
> I am running apache-2.2.4 and php5-5.2.1-2
> and I am find some php related errors accumulating in
> /var/log/messages  - look below.
>
> I've rebuilt php5 and apache2.2.4 and still the same issues.  what
> else
> could be going on here.
>
> also 'apache restart' is fine but 'apache graceful' core dumps.
>
> any clues,
>
> Noah
>
>
> here they are:
>
> Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to
> load
> dynamic library '/usr/local/lib/php/20060613-debug/ftp.so' - Cannot
> open
> "/usr/local/lib/php/20060613-debug/ftp.so" in Unknown on
> line 0
> Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to
> load
> dynamic library '/usr/local/lib/php/20060613-debug/ldap.so' - Cannot
> open "/usr/local/lib/php/20060613-debug/ldap.so" in Unknown
> on
> line 0
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP Startup: Unable to load dynamic library

2007-02-18 Thread Haydar TUNA
Hi,
   I think , you work on a Linux machine and you install together PHP 
and Apache in the source code. Can I give your ./configure paratemether. I 
think there is a problem in the configuration parameters.

"Noah" <[EMAIL PROTECTED]>, haber iletisinde sunlari 
yazdi:[EMAIL PROTECTED]
>
> Hi,
>
> I am running apache-2.2.4 and php5-5.2.1-2
> and I am find some php related errors accumulating in 
> /var/log/messages  - look below.
>
> I've rebuilt php5 and apache2.2.4 and still the same issues.  what else 
> could be going on here.
>
> also 'apache restart' is fine but 'apache graceful' core dumps.
>
> any clues,
>
> Noah
>
>
> here they are:
>
> Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to load 
> dynamic library '/usr/local/lib/php/20060613-debug/ftp.so' - Cannot open 
> "/usr/local/lib/php/20060613-debug/ftp.so" in Unknown on line 0
> Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to load 
> dynamic library '/usr/local/lib/php/20060613-debug/ldap.so' - Cannot open 
> "/usr/local/lib/php/20060613-debug/ldap.so" in Unknown on line 0 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP Startup: Unable to load dynamic library

2007-02-17 Thread Noah


Hi,

I am running apache-2.2.4 and php5-5.2.1-2
and I am find some php related errors accumulating in  
/var/log/messages  - look below.


I've rebuilt php5 and apache2.2.4 and still the same issues.  what else 
could be going on here.


also 'apache restart' is fine but 'apache graceful' core dumps.

any clues,

Noah


here they are:

Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to load 
dynamic library '/usr/local/lib/php/20060613-debug/ftp.so' - Cannot open 
"/usr/local/lib/php/20060613-debug/ftp.so" in Unknown on line 0
Feb 17 17:07:03 typhoon httpd: PHP Warning:  PHP Startup: Unable to load 
dynamic library '/usr/local/lib/php/20060613-debug/ldap.so' - Cannot 
open "/usr/local/lib/php/20060613-debug/ldap.so" in Unknown on 
line 0


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Startup Seeking Expertise in PHP/MYSQL & Open Source : Remote Interns Welcome!

2003-09-04 Thread Lee Shores
We're looking for a few excellent programmers who want to rock out in
building out a portal/publisher/record-label/video-distributor using
the following applications and technologies from sourceforge.net:

phpBB
xoops
phpnuke
geeklog
oscommerce
postnuke
gallery
drupal
cafelog
dmoz
RSS/RDF/blogging
FOAF (friend of a friend)

We're here to work hard and grow fast!  We're in an old house in a
college town, and we have enough rooms for a few more programmers, so
send along your resume!

We'll consider full-time, part-time, and internships, so if you own
skillz, send your resume to [EMAIL PROTECTED] .

We'll consider full-time, part-time, and internships, so if you own
skillz, send your resume to [EMAIL PROTECTED] .

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Startup

2001-08-16 Thread ERISEN, Mehmet Kamil


 Hello All,
I receive the following warning message.  When I reload the page, the message is the 
error message does not show up again.  Funny thing is, that there are other parts of 
the page generated from the same database using the same mysql_pconnect and they are 
fine.
I am using a standard $sql mysql_query($sql) mysql_fetch_array($result) kind of 
command, nothing too fancy.
Did anybody have a similar experince?

Warning: Supplied argument is not a valid MySQL result resource in 
/xxx/xxx//index.php on line 45


thanks.

  Roman <[EMAIL PROTECTED]> wrote: I install apache 1.3.20, php 4.0.6 and 
mysql on Red Hat Linux 7.0 but
I must start thei manualy. I want to start this services automatically when
starts the linux. How ?

roman


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


Mehmet Erisen
http://www.erisen.com


-
Do You Yahoo!?
Make international calls for as low as $0.04/minute with Yahoo! Messenger.


Re: [PHP] Startup

2001-08-16 Thread Krzysztof Helbin

Dnia Fri, 17 Aug 2001, Roman napisał(a):

> I install apache 1.3.20, php 4.0.6 and mysql on Red Hat Linux 7.0 but
> I must start thei manualy. I want to start this services automatically when
> starts the linux. How ?

try this:

as type 'setup', from menu select 'System services' and
select httpd to start every time.
-- 
Krzysztof Helbin
___


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Startup

2001-08-16 Thread Daniel Rezny

Hello Roman,

Friday, August 17, 2001, 8:46:45 AM, you wrote:

R> I install apache 1.3.20, php 4.0.6 and mysql on Red Hat Linux 7.0 but
R> I must start thei manualy. I want to start this services automatically when
R> starts the linux. How ?

R> roman


give a link to /etc/rc.d/rcxx where xx is a number of your runlevel.

or give the start script to /etc/rc.d/rc.local. On the end of this
file.

I hope it helps

-- 
Best regards,
 Danielmailto:[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Startup

2001-08-16 Thread Lawrence . Sheed

you're startup files are typically in /etc/rc.d/init.d on redhat

be *very* careful though!

Create a script which starts whatever you need in there.

create a text file which starts apache.

eg  pico startapache

#start apache
apachectl start

save file

chmod +x it to make it executable

do the same for mysql (I forget the command line at the moment).

restart and test.

you may need to be root to access /etc/rd.d/init/d  depends on your system

cheers.  

Lawrence.

-Original Message-
From: Roman [mailto:[EMAIL PROTECTED]]
Sent: August 17, 2001 2:47 PM
To: Php-General
Subject: [PHP] Startup


I install apache 1.3.20, php 4.0.6 and mysql on Red Hat Linux 7.0 but
I must start thei manualy. I want to start this services automatically when
starts the linux. How ?

roman


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Startup

2001-08-16 Thread Roman

I install apache 1.3.20, php 4.0.6 and mysql on Red Hat Linux 7.0 but
I must start thei manualy. I want to start this services automatically when
starts the linux. How ?

roman


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]