I'm trying to install a linux printer driver in FreeBsd 6.2 using linux compatibillity. So far this is what I have done:
After successful tests in ubuntu I downloaded the linux dirver for my DELL 1320c here.
1. Extracted the ppd from the archive,
2. modified it so that paths where correctly set
3. Installed it using the cups web browser
Viewing the ppd, I noticed that cups executes some binaries when printing to my dell. So I installed them, "Linux branded" them and installed all dependent libraries in /linux/compat/
4. copied FXM_* to /usr/local/libexec/cups/filter/
5. brandelf -t Linux FXM_*
6. ldd all FXM files and copied libraries (from ubuntu) to the designated lib folders in /usr/compat/linux/
Now if I execute one of the printer binaries I get the folowing error:
This is where I'm stuck and where I could use some help.
Regards,
Hansa
After successful tests in ubuntu I downloaded the linux dirver for my DELL 1320c here.
1. Extracted the ppd from the archive,
2. modified it so that paths where correctly set
3. Installed it using the cups web browser
Viewing the ppd, I noticed that cups executes some binaries when printing to my dell. So I installed them, "Linux branded" them and installed all dependent libraries in /linux/compat/
4. copied FXM_* to /usr/local/libexec/cups/filter/
5. brandelf -t Linux FXM_*
6. ldd all FXM files and copied libraries (from ubuntu) to the designated lib folders in /usr/compat/linux/
Now if I execute one of the printer binaries I get the folowing error:
Code:
# cd /usr/local/libexec/cups/filter
# ./FXM_ALC
/usr/local/libexec/cups/filter/FXM_ALC: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
This is where I'm stuck and where I could use some help.
Regards,
Hansa