Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

[PHP] RE: what exactly are /path/to/blah looking for? .h? .so? .a? what?! From: Andrew Hill (ahill <email protected>)
Date: 03/30/01

Daevid,

It's the path/to/odbcsdk
It's looking for libiodbc.so

:)

Best regards,
Andrew
--------------------------------------
Andrew Hill - OpenLink Software
Director Technology Evangelism
eBusiness Infrastructure Technology
http://www.openlinksw.com

> -----Original Message-----
> From: Daevid Vincent [mailto:DayWalker <email protected>]
> Sent: Friday, March 30, 2001 5:34 PM
> To: php-db <email protected>; PHP General
> Cc: ahill <email protected>
> Subject: what exactly are /path/to/blah looking for? .h? .so? .a? what?!
>
>
> > I'm having difficulties with that line:
> >
> > ./configure --with-openlink=/path/to/openlink/
> > --with-iodbc=/path/to/iodbc/
>
> so I've tried every combination I can think of related to "iodbc" and
> "openlink", and none of these are compiling. Every one results in "No such
> file or directory"!
>
> ./configure --with-mysql=/usr/local \
> --with-apache=../apache \
> #--with-iodbc=/usr/local/openlink/lib \
> #--with-iodbc=/usr/local/bin \
> #--with-iodbc=/usr/local \
> #--with-iodbc=/usr/local/include \
> #--with-iodbc=../libiodbc \
> #--with-openlink=/usr/local/openlink \
> #--with-openlink=/usr/local/openlink/lib
>
> Can someone tell me what exactly is /path/to/openlink and /path/to/iodbc?
> is it the .h file? is it the .so files? is it the .a files? what
> the heck is
> it?
>
> And why don't the INSTALL directions just tell me that? so if PHP
> expects to
> find the .h file,
> why don't they document it like: "--with-iodbc=/path/to/iodbc .h files" so
> people aren't confused like me.
>
> Please help. Thanks.
>
> D.
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>