Smart_Weird Posted May 26, 2006 Share Posted May 26, 2006 hi ppli have a very bad problem with dl() functioni want to load an extension called "magickwand.so"the owner of the site told me that the file is located either in /usr/bin/mogrify/magickwand.soor /usr/bin/convert/magickwand.soi wrote that code//=====[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]$extensionFile = "/usr/bin/mogrify/magickwand.so";dl($extensionFile);[/quote]//=====but a warring comes up :[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Warning: dl(): Unable to load dynamic library './/usr/bin/mogrify/magickwand.so' - .//usr/bin/mogrify/magickwand.so: cannot open shared object file: No such file or directory[/quote]i noted the "./" in the beginning (extension_dir = ./ ) so i stepped up .. but[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Warning: dl(): Unable to load dynamic library './../../../../usr/bin/mogrify/magickwand.so' - ./../../../../usr/bin/mogrify/magickwand.so: cannot open shared object file: No such file or directory[/quote]i put the file "magickwand.so" in the same dir of the scriptso $extensionFile = "magickwand.so";but:[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Warning: dl(): Unable to load dynamic library './magickwand.so' - libWand.so.9: cannot open shared object file: No such file or directory[/quote]can anyone give me a handhint: im not in the safe_mode if u gonna tell me thatthanks veryyyyy much in advance Link to comment https://forums.phpfreaks.com/topic/10513-problem-with-loading-extension/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.