Path Setup... -
indigofan - 08-17-2020
Ok, my brain surely is rusty at best.. It's all the basic stuff that goes first. Getting this error and know that I need to set the PATH for Coreldraw to work, I'm getting this..
IRIS 1% cd /usr/corel3.5/corel/irix_mips
IRIS 2% ls
afm.dat corelmosaic coreltrace fontfm.cfg libwix.so wixcontrol
corelchart corelpaint corelxpaint hppcl.drv pscript.drv xpaint
coreldraw corelshow fontfm hyperhelp wixatmdb
IRIS 3% ./coreldraw
1903:./coreldraw: rld: Fatal Error: Cannot Successfully map soname 'libwix.so' under any of the filenames /usr/lib/libwix.so:/usr/lib/internal/libwix.so:/lib/libwix.so:/lib/cmplrs/cc/libwix.so:/usr/lib/cmplrs/cc/libwix.so:/opt/lib/libwix.so:
What do I need to enter to set the .profile file to correctly point to the library that is in the same folder as the app?
I have this and it still barks back at me... that it can't find the library which is in the same directory as the binary.
CORELHOME=/usr/corel3.5/corel; PATH=:$CORELHOME/irix_mips:$PATH; export CORELHOME PATH
RE: Path Setup... -
Irinikus - 08-17-2020
I already showed you the solution to this problem in my thread concerning CorelDraw 3.5!
Here's the link:
https://forums.irixnet.org/thread-1183.html?highlight=Coreldraw
The best solution, which is covered in my thread, is to create a script to run the program.
RE: Path Setup... -
indigofan - 08-17-2020
(08-17-2020, 06:13 PM)Irinikus Wrote: I already showed you the solution to this problem in my thread concerning CorelDraw 3.5!
Here's the link: https://forums.irixnet.org/thread-1183.html?highlight=Coreldraw
The best solution, which is covered in my thread, is to create a script to run the program.
Didn't see that before, thanks, got it working now.. Testing out EPS export then import to MAYA, Maya can be quite finicky on which versions and settings it likes. Don't know why it won't take in the .profile, will try it again.