|
From: Mark H. <ha...@us...> - 2003-04-03 17:02:57
|
> That's because /opt is for third-party providers, not OS vendors,
> isn't it?
Hrm. You have a good point. If I switch the prefix from /usr to /opt,
then the
directory structure will be
/opt/bin
/opt/lib
/opt/share
I was trying to separate omni by having everything under /opt/Omni. For
example,
/opt/Omni/bin
/opt/Omni/lib
/opt/Omni/share
I take it that you are trying to install omni in
/usr/bin
/usr/lib or /usr/lib/omni ?
/usr/share/omni
> But I'm not sure where to tell Omni where to
> look for them, so I expect it won't find them. Any ideas?
At the top of Omni.cpp, there are two path arrays. There is already an
entry for /usr/share/Omni.
Omni is capitalized for consistency, but I guess I need to revisit that as
well.
Mark
Take a look at the Linux Omni Printer Driver Framework at
http://www.ibm.com/linux/ltc/projects/omni/
|