Hi,
first a little caveat: I've never used {K,X,}Ubuntu.
On Sat, 11 Nov 2006 04:30:58 +0000
"Luis Palacios" <luchex2002 hotmail.com> wrote:
> but still cant use any YAZ functions.... Ive also
"dicovered something" ,
> ive included some code i found in another email to my
phpinfo page:
>
> if(!extension_loaded('yaz') && !dl('yaz.so'))
> trigger_error('Arrrr.............
>
> and i get this error message:
>
> Warning: dl(): Unable to load dynamic library
> '/usr/lib/php4/20050606/yaz.so' -
/usr/lib/php4/20050606/yaz.so: cannot open
> shared object file: No such file or directory in
/var/www/info.php on line 2
>
> and i found that in the directory
/usr/lib/php4/20050606/ there is only the
> file: mysql.so
> and the file: yaz.so is in another directory:
/usr/lib/php4/20010901
Probably it breaks horribly, but try to create a copy or
symlink so
that the module is in the current search path. But the
different paths
indicate a different extension ABI, that's why I think it'll
break. If
there's no precompiled extension for a more recent PHP, you
only can
resort to compile your own. You need to install some
development tools
and some header files in order to do this.
-hwh
_______________________________________________
Yazlist mailing list
Yazlist lists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
|