> -----Original Message-----
> From: Sebas [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, October 25, 2001 12:19 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] help!! ˇˇayuda!!
> 
> 
> I need to open a dbase file, so I use the "dbase_open" 
> function and then I compile it but it tells me
> 
>      Fatal error: Call to undefined function: dbase_open()
> 
> it seems like this function does not exists!.Does anybody 
> could help me?

There aren't any additional libraries needed for the dbase functions,
but they'll only be available if '--with-dbase' was included in the
parameters when 'configure' was run.

If they're not there, I believe your copy of PHP will need to be rebuilt
to get them.


---
Mark Roedel             |  "Blessed is he who has learned to laugh
Systems Programmer      |   at himself, for he shall never cease
LeTourneau University   |   to be entertained."
Longview, Texas, USA    |                           -- John Powell 

--
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]

Reply via email to