Jump to content

Smart_Weird

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Smart_Weird's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi ppl i have a very bad problem with dl() function i 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.so or /usr/bin/convert/magickwand.so i 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 script so $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 hand hint: im not in the safe_mode if u gonna tell me that thanks veryyyyy much in advance
  2. hi ppl i have a very bad problem with dl() function i 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.so or /usr/bin/convert/magickwand.so i 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 script so $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 hand hint: im not in the safe_mode if u gonna tell me that thanks veryyyyy much in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.