problems while installing Phinx
Frank Liu <[email protected]> Thu, 30 May 2002 11:16:22 -0500
| Newsgroups | gmane.os.qnx.openqnx.devel |
|---|---|
| Message-ID | <[email protected]> |
I found this posting on the qdn. It may be helpful for people here who wants to install phinx from http://betas.qnx.com/phinx/ Frank -- forwarded message -- From: Andrew Thomas <andrew-I06DRU8f8swbkApDdU+tqQC/[email protected]> Newsgroups: qdn.public.qnxrtp.installation Subject: Re: Dependencies problems while installing Phinx Date: Thu, 30 May 2002 10:35:11 -0400 Organization: QNX Developers Network (inn.qnx.com) Here's how it's done... Create a directory - I named mine /usr/X11R6.6.1/lib and put the following libraries and directories from a 6.1 installation into it: X11/ libX11.so.6 libXmu.so.6 liboldX.so.6 lib/ libXIE.so.6 libXp.so. libsocket.so.1 libICE.so.6 libXaw.so.6 libXpm.so.4 libMrm.so.1 libXext.so.6 libXt.so.6 libPEX5.so.6 libXi.so.6 libXtst.so.6 libSM.so.6 libXm.so.1 libc.so.1 I have made no effort to determine how many of these libraries are actually necessary. Notice that libsocket.so.1 and libc.so.1 both came from /lib, not from /usr/X11R6/lib. Copy the file /usr/lib/ldqnx.so.1 from a 6.1 installation into the /usr/lib directory. Install the phinx package. When it takes you to the "missing dependencies" screen, click the install button quickly to go on and install the package in disabled mode. Edit the file: /etc/system/package/packages and add the line <QPF:item>qnx/phinx/core-1.0</QPF:item> above the existing line <QPF:subitem>qnx/phinx/core-1.0/x86</QPF:subitem> Start the odl package manager and use the file menu item "Restart the package filesystem". Create a shell alias or a shell script (I named mine "phx") like this: alias phx='LD_LIBRARY_PATH=/usr/X11R6.6.1/lib /usr/photon/bin/phinx -geometry 1020x744+0+0' Now to run phinx, use the phx alias. Cheers, Andrew -- end of forwarded message --