Re: [PHP] Re: unable to load curl

2005-01-11 Thread Zareef Ahmed
Please read install.txt carefully, it has a section on this problems,
if PHP.INI is fine., then you need to copy some of the dlls available
in dlls folder to your system folder.

zareef ahmed 



On Mon, 10 Jan 2005 22:38:41 +0530, Sagar C Nannapaneni
<[EMAIL PROTECTED]> wrote:
> > Please respond to the newsgroup and not to my personal email.
> >
> > Is it a file access/ownership thing?
> >
> > This is possible.  Have you checked permissions for PHP user?  My
> > original question remains unanswered though and it is probably a better
> > place to start...
> >
> >  > extension_dir = "C:\php\extensions"
> >  >
> >  > where all the extension dlls reside.
> >  > All extensions are working and all dlls are loading properly,,
> >
> > What do you mean by this statement? How do you know this if you claim
> > that cURL is not loading (it is an extension)... have you tried phpinfo()
> ?
> >
> 
> What i mean by the statement is that when i tried to load other
> modules(extensions u could say)
>  like php_cpdf,php_mhash...they are working...i mean i could see them as
> enabled in phpinfo().
> 
> But when i load the curl extension i'm getting error.
> 
> Yes..i've tried phpinfo().
> 
> Its not displaying anything about cURL.
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
Zareef Ahmed :: A PHP Developer in India ( Delhi )
Homepage :: http://www.zareef.net

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



Re: [PHP] Re: unable to load curl

2005-01-10 Thread Sagar C Nannapaneni
> Please respond to the newsgroup and not to my personal email.
>
> Is it a file access/ownership thing?
>
> This is possible.  Have you checked permissions for PHP user?  My
> original question remains unanswered though and it is probably a better
> place to start...
>
>  > extension_dir = "C:\php\extensions"
>  >
>  > where all the extension dlls reside.
>  > All extensions are working and all dlls are loading properly,,
>
> What do you mean by this statement? How do you know this if you claim
> that cURL is not loading (it is an extension)... have you tried phpinfo()
?
>

What i mean by the statement is that when i tried to load other
modules(extensions u could say)
 like php_cpdf,php_mhash...they are working...i mean i could see them as
enabled in phpinfo().

But when i load the curl extension i'm getting error.

Yes..i've tried phpinfo().

Its not displaying anything about cURL.

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



[PHP] Re: unable to load curl

2005-01-10 Thread Jason Barnett
Please respond to the newsgroup and not to my personal email.
Is it a file access/ownership thing?
This is possible.  Have you checked permissions for PHP user?  My 
original question remains unanswered though and it is probably a better 
place to start...

> extension_dir = "C:\php\extensions"
>
> where all the extension dlls reside.
> All extensions are working and all dlls are loading properly,,
What do you mean by this statement? How do you know this if you claim
that cURL is not loading (it is an extension)... have you tried phpinfo() ?
--
Teach a person to fish...
Ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html
PHP Manual: http://php.net/manual/
php-general archives: http://marc.theaimsgroup.com/?l=php-general&w=2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: unable to load curl

2005-01-10 Thread Jason Barnett
Sagar C Nannapaneni wrote:
Hi,
I've got a strange issue here
i'm using apache2 with php 4.3.9 on win 2000.
I've pointed the php extension directory to
extension_dir = "C:\php\extensions"
where all the extension dlls reside.
All extensions are working and all dlls are loading properly,,
What do you mean by this statement?  How do you know this if you claim 
that cURL is not loading (it is an extension)...  have you tried phpinfo() ?

but when i try to load curl i'm getting an error saying that
"Unable to load module. C:\php\extensions\php_curl.dll could not be found"
But i can see the file from the file browser.
Please help me out...
/sagar

--
Teach a person to fish...
Ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html
PHP Manual: http://php.net/manual/
php-general archives: http://marc.theaimsgroup.com/?l=php-general&w=2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php