Next Generation Emulation banner

For those that can't get the peops configuration gui. Linux

2K views 2 replies 2 participants last post by  SolisX 
#1 · (Edited)
Hello Everyone,

This is only for the 32bit peopsoft plugins. You need to download 2 files.

glib-1.2.10-i486-3.tgz
gtk+-1.2.10-i486-4.tgz

extract both files

From the gtk package you will need to
(for ubuntu 64 bit directory to copy the files is /usr/lib32 if i'm not mistaken.)


1. copy libgdk-1.2.so.0.9.1 to the /usr/lib then make a link to it as libgdk-1.2.so.0 in the /usr/lib.

2. copy libgtk-1.2.so.0.9.1 to the /usr/lib then make a link to it as libgtk-1.2.so.0 in the /usr/lib.

From the glib package you will need to

3. copy libglib-1.2.so.0.0.10 to the /usr/lib then make a link to it as libglib-1.2.so.0 in the /usr/lib.

4. copy libgmodule-1.2.so.0.0.10 to the /usr/lib then make a link to it as libgmodule-1.2.so.0 in the /usr/lib.

With this you should now be able to launch the gui.
 
See less See more
#2 ·
Hi, sorry for reviving an old thread but I have a couple of questions about linking:

1) Should the symlink be soft link or hard link?

2) Is the following terminal input correct?
Code:
sudo ln -s /usr/lib32/libgdk-1.2.so.0.9.1 /usr/lib32/libgdk-1.2.so.0
sudo ln -s /usr/lib32/libgtk-1.2.so.0.9.1 /usr/lib32/libgtk-1.2.so.0
sudo ln -s /usr/lib32/libglib-1.2.so.0.0.10 /usr/lib32/libglib-1.2.so.0
sudo ln -s /usr/lib32/libgmodule-1.2.so.0.0.10 /usr/lib32/libgmodule-1.2.so.0
I am still unable to see the gui.
Tested on Ubuntu Gnome x64 (devel branch).
Thank you.
 
#3 · (Edited)
Hello Branleesee,

1). It does not matter.

2). Yes it looks correct.

You must have Ubuntu with multilib support. If you have multilib support then open a terminal

type: pcsxr press enter

then goto to Configure Plugins & Bios select one of the old peops plugins and then click on the configure button
if it does not open look at the terminal for an error message.
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top