Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: using pspi in gimp - dependancies not met...

  1. #11
    Join Date
    Jun 2010
    Beans
    6

    Re: using pspi in gimp - dependancies not met...

    It works on my Ubuntu 10.10 x64! thank you very much!!!


  2. #12
    Join Date
    Feb 2011
    Beans
    2

    Re: using pspi in gimp - dependancies not met...

    It works or works not. I have succesfuly installed pspi on my ubuntu 10.04 64bit and set it but i can't see any of my photoshop plugins in gimp...Absolutly anyone. Could anybody tell me which plugs work for you?

  3. #13
    Join Date
    Jan 2012
    Beans
    1

    Question Re: using pspi in gimp - dependancies not met...

    Hi all,

    So, I'm trying to get this to work with Ubuntu 11.10 (64 bit) and GIMP 2.6.11

    I've installed WINE; downloaded and unpacked pspi in to the correct location and have also unpacked and copied the 32 bit libraries in to /usr/lib32

    I've updated the PATH variable in my terminal to include /usr/lib32 and checked that I can see the libraries:
    for example

    $ which libgimpcolor-2.0.so.0
    /usr/lib32/libgimpcolor-2.0.so.0

    This all seem correct, following the instructions above:

    /usr/lib32$ ls -la libgimp*
    lrwxrwxrwx 1 root root 23 2012-01-15 20:04 libgimp-2.0.so.0 -> libgimp-2.0.so.0.600.11
    -rwxr-xr-x 1 root root 243816 2012-01-15 20:04 libgimp-2.0.so.0.600.11
    lrwxrwxrwx 1 root root 27 2012-01-15 20:04 libgimpbase-2.0.so.0 -> libgimpbase-2.0.so.0.600.11
    -rwxr-xr-x 1 root root 87912 2012-01-15 20:04 libgimpbase-2.0.so.0.600.11
    lrwxrwxrwx 1 root root 28 2012-01-15 20:04 libgimpcolor-2.0.so.0 -> libgimpcolor-2.0.so.0.600.11
    -rwxr-xr-x 1 root root 50692 2012-01-15 20:04 libgimpcolor-2.0.so.0.600.11
    lrwxrwxrwx 1 root root 29 2012-01-15 20:04 libgimpconfig-2.0.so.0 -> libgimpconfig-2.0.so.0.600.11
    -rwxr-xr-x 1 root root 59492 2012-01-15 20:04 libgimpconfig-2.0.so.0.600.11
    lrwxrwxrwx 1 root root 27 2012-01-15 20:04 libgimpmath-2.0.so.0 -> libgimpmath-2.0.so.0.600.11
    -rwxr-xr-x 1 root root 17844 2012-01-15 20:04 libgimpmath-2.0.so.0.600.11
    lrwxrwxrwx 1 root root 29 2012-01-15 20:04 libgimpmodule-2.0.so.0 -> libgimpmodule-2.0.so.0.600.11
    -rwxr-xr-x 1 root root 17944 2012-01-15 20:04 libgimpmodule-2.0.so.0.600.11
    lrwxrwxrwx 1 root root 28 2012-01-15 20:04 libgimpthumb-2.0.so.0 -> libgimpthumb-2.0.so.0.600.11
    -rwxr-xr-x 1 root root 34496 2012-01-15 20:04 libgimpthumb-2.0.so.0.600.11
    lrwxrwxrwx 1 root root 25 2012-01-15 20:04 libgimpui-2.0.so.0 -> libgimpui-2.0.so.0.600.11
    -rwxr-xr-x 1 root root 130284 2012-01-15 20:04 libgimpui-2.0.so.0.600.11
    lrwxrwxrwx 1 root root 30 2012-01-15 20:04 libgimpwidgets-2.0.so.0 -> libgimpwidgets-2.0.so.0.600.11
    -rwxr-xr-x 1 root root 1192964 2012-01-15 20:04 libgimpwidgets-2.0.so.0.600.11

    However, I still get the 'not founds' when trying to ldd the module

    $ ldd pspi.exe.so|grep not
    libgimpui-2.0.so.0 => not found
    libgimpwidgets-2.0.so.0 => not found
    libgimp-2.0.so.0 => not found
    libgimpmath-2.0.so.0 => not found
    libgimpcolor-2.0.so.0 => not found
    libgimpbase-2.0.so.0 => not found

    Does anyone have any ideas about this??
    Thanks
    Jason

  4. #14
    Join Date
    Feb 2012
    Beans
    1

    Re: using pspi in gimp - dependancies not met...

    i have the same issues, the gimp libraries appear to in the path but pspi cant find them for some reason

  5. #15
    Join Date
    Aug 2008
    Location
    Belfast
    Beans
    9
    Distro
    Ubuntu 9.10 Karmic Koala

    Smile Re: using pspi in gimp - dependancies not met...

    Hi,

    I've been looking into getting pspi plugin working on Ubuntu 12.04 on a 64 bit system and came across a solution to the issue with the location of the 3 bit modules. I changed the location to below and this seemed to work.

    Code:
    sudo cp -d * /usr/lib/i386-linux-gnu/
    Unfortunately I still have a list of modules which are still missing before the pspi will work

    Code:
     chris@chris-RC520 ~/.gimp-2.8/plug-ins $ ldd pspi.exe.so | grep not
    	libgtk-x11-2.0.so.0 => not found
    	libgdk-x11-2.0.so.0 => not found
    	libatk-1.0.so.0 => not found
    	libgdk_pixbuf-2.0.so.0 => not found
    	libpangocairo-1.0.so.0 => not found
    	libpango-1.0.so.0 => not found
    	libgtk-x11-2.0.so.0 => not found
    	libgdk-x11-2.0.so.0 => not found
    	libgdk_pixbuf-2.0.so.0 => not found
    	libgtk-x11-2.0.so.0 => not found
    	libgdk-x11-2.0.so.0 => not found
    	libgdk_pixbuf-2.0.so.0 => not found
    	libpango-1.0.so.0 => not found
    Any assistance with the required modules/ DEB's to be unpacked to satisfy this list would be much appreciated. I will of course work on this myself and will provide any updated with any new discoveries!

    Best

    Chris
    Last edited by theirishkiwi; July 15th, 2012 at 02:31 PM.

  6. #16
    Join Date
    Jul 2012
    Beans
    2

    Re: using pspi in gimp - dependancies not met...

    Here's the link to the missing modules which are to copied to/user/lib/i386-linux-gnu/: http://packages.ubuntu.com/precise/i...mp2.0/download.
    The PSPI pluging appears now correctly in GIMP in the filter menu. Unfortunately it crashes if you try to use it because of Wine 1.4 which is installed on my system (Ubuntu 12.04 64bit). Perhaps with another Wine version it could work...
    PS: The problem is probably that on Ubuntu 12.04 there is a 64bit Wine version installed by default. But you need to run pspi.exe.so with a 32bit Wine version. But I haven't managed to configure it correctly yet. Can anybody help?
    Last edited by Stef089; July 24th, 2012 at 05:19 PM.

  7. #17
    Join Date
    Jul 2012
    Beans
    2

    Re: using pspi in gimp - dependancies not met...

    I have just filed a bug report on Wine bugzilla (see http://bugs.winehq.org/show_bug.cgi?id=31311). Perhaps that helps.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •