with dl() function. Thanks for your time. Even though I read php.net's 
support on dl, I still cannot get it to work, so I figured I'd ask (if I may)

The syntax was:
<?
dl(libdg.so)
?>

ERROR:

Warning: Unable to load dynamic library './libdgso' - ./libdgso: cannot open 
shared object file: No such file or directory in 
/home/sites/site7/web/php/page.php on line 2

Line 5 is of course
dl(libgd.so)

Which .so file should I choose to use and is there a specific path I must 
type?
/usr/lib/libgd.so.1.8.3
/usr/lib/libgd.so.1
/usr/lib/libgd.so 

Thanks. I just want to try to load gd using this method so I can become more 
familiar with it..

Joel

Reply via email to