mas saya udah coba, install php dan apache, saya ikuti petunjuk igloo ----------------------------- For Windows users · Open PHP-OpenIsis.zip file and extract to a temporary directory. · Copy php-4.3.2_isis.dll (or the latest version) to PHP extensions directory (usually in c:\php\extensions). · Edit php.ini file. In Windows, you can find the php.ini in c:\winnt (Win2000, NT) or c:\Windows (Win9x, Me, XP). · Find list of extension= entries and add: extension=php-4.3.2_isis.dll · Somewhere below extension=php-4.3.2_isis.dll line add the following section: [Isis] isis.default_dir = /your/isis/db/default/dir isis.default_database = some_default_db_with_or_without_path For example, if you have CDS/ISIS installed, usually it is installed in c:\isis, and you will get two sample databases: CDS and THES. So you can set-up like this: [Isis] isis.default_dir = c:\isis\data isis.default_database = cds
Make sure you also have set the "extension_dir" variable in php.ini to configure where PHP can find the extension. For example:extension_dir = "c:\php\extensions"Or you can put the value relative to its installation directory:extension_dir = "extensions/" To test the installation, from the web document root, create a PHP file and add the following line: <?php phpinfo(); ?> -------------------------------- trus saat saya menjalankan php nggak bisa ada tulisan " isis:unable to initialize module module compiled with debug=0, thread-safety=1 module API=s0020429 PHP compiled with debug=0, thread safety=1 module API=20010901 these options need to math" kok nggak bisa, trus saya buang "extension=php-4.3.2_isis.dll", php jalan, kemudian saya jalankan test.php, layar muncul info PHP, tapi tanpa isis, karena module isis saya buang, saya masukkan lagi extensi phpisis, saya jalankan lagi php, ngadat lagi... kira2 masalahnya apaan mas....? versi PHP tidak sama dengan phpisis....? mohon pencerahan... terimakasih sebelumnya --- In [email protected], "Hendro Wicaksono" <[EMAIL PROTECTED]> wrote: > > igloo tidak pakai MySQL, tapi X-igloo iya. Igloo aplikasi untuk membangun > interface penelusuran ISIS berbasis web. X-Igloo adalah Igloo yang > ditambahkan kemampuan library automation. MySQL pada X-igloo digunakan utuk > menyimpan data transaksional seperti sirkulasi. > > Mudah2an membantu > Hendro Wicaksono > > -- Towards cyber libraries to support information society in Indonesia. Joining ICS-isis by sending mailto:[EMAIL PROTECTED] Visit ICS-Portal at http://digilib.binus.ac.id/ics/index.php Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ics-isis/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ics-isis/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
