Compilez YAZ et installez le. Compilez PHP avec vos modules et ajoutez l'option
--with-yaz.
Les instructions sont :
gunzip -c yaz-1.6.tar.gz|tar xf - gunzip -c php-4.0.X.tar.gz|tar xf - cd yaz-1.6 ./configure --prefix=/usr make make install cd ../php-4.0.X ./configure --with-yaz=/usr/bin make make install