We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is only one symolic linkt to libcups.2.dylib
Darling [/Volumes/SystemRoot/home/ros]$ ls -l /usr/lib/libcups* lrwxrwxrwx 1 ros ros 15 19 Jul 14:10 /usr/lib/libcups.dylib -> libcups.2.dylib -rw-r--r-- 1 ros ros 1463848 19 Jul 09:44 /usr/lib/libcupsimage.2.dylib lrwxrwxrwx 1 ros ros 20 19 Jul 14:10 /usr/lib/libcupsimage.dylib -> libcupsimage.2.dylib
For libcupsimage the link and the library libcupsimage.2.dylib are present.
If you try some of the programs from cups libcups.2.dylib is missing
Darling [/Volumes/SystemRoot/home/ros]$ lpstat dyld: Library not loaded: /usr/lib/libcups.2.dylib Referenced from: /usr/bin/lpstat Reason: image not found abort_with_payload: reason: Library not loaded: /usr/lib/libcups.2.dylib Referenced from: /usr/bin/lpstat Reason: image not found; code: 1 Abort trap: 6 (core dumped)
I with try to use on epson filter on my linux system. And there is also libcups.2.dylib missing.
The lib is mission on master and on v0.1.20210224 ros@ros-VirtualBox ~/Downloads> dpkg -c ./darling_0.1.20210224.testing_amd64.deb | grep libcups -rw-r--r-- root/root 1455656 2021-02-24 21:52 ./usr/libexec/darling/usr/lib/libcupsimage.2.dylib lrwxrwxrwx root/root 0 2021-02-24 21:52 ./usr/libexec/darling/usr/lib/libcups.dylib -> libcups.2.dylib lrwxrwxrwx root/root 0 2021-02-24 21:52 ./usr/libexec/darling/usr/lib/libcupsimage.dylib -> libcupsimage.2.dylib
The text was updated successfully, but these errors were encountered:
Fix for Issue #1000 on darling "libcups.2.dylib is missing"
790eb7b
darlinghq/darling#1000
update reference to cups for fix of darlinghq#1000
dc1c4d8
darlinghq#1000
Merge pull request #1001 from rslsp1/fix/cups-libcups
3e4cd67
update reference to cups for fix of #1000
No branches or pull requests
There is only one symolic linkt to libcups.2.dylib
Darling [/Volumes/SystemRoot/home/ros]$ ls -l /usr/lib/libcups*
lrwxrwxrwx 1 ros ros 15 19 Jul 14:10 /usr/lib/libcups.dylib -> libcups.2.dylib
-rw-r--r-- 1 ros ros 1463848 19 Jul 09:44 /usr/lib/libcupsimage.2.dylib
lrwxrwxrwx 1 ros ros 20 19 Jul 14:10 /usr/lib/libcupsimage.dylib -> libcupsimage.2.dylib
For libcupsimage the link and the library libcupsimage.2.dylib are present.
If you try some of the programs from cups libcups.2.dylib is missing
Darling [/Volumes/SystemRoot/home/ros]$ lpstat
dyld: Library not loaded: /usr/lib/libcups.2.dylib
Referenced from: /usr/bin/lpstat
Reason: image not found
abort_with_payload: reason: Library not loaded: /usr/lib/libcups.2.dylib
Referenced from: /usr/bin/lpstat
Reason: image not found; code: 1
Abort trap: 6 (core dumped)
I with try to use on epson filter on my linux system. And there is also libcups.2.dylib missing.
The lib is mission on master and on v0.1.20210224
ros@ros-VirtualBox ~/Downloads> dpkg -c ./darling_0.1.20210224.testing_amd64.deb | grep libcups
-rw-r--r-- root/root 1455656 2021-02-24 21:52 ./usr/libexec/darling/usr/lib/libcupsimage.2.dylib
lrwxrwxrwx root/root 0 2021-02-24 21:52 ./usr/libexec/darling/usr/lib/libcups.dylib -> libcups.2.dylib
lrwxrwxrwx root/root 0 2021-02-24 21:52 ./usr/libexec/darling/usr/lib/libcupsimage.dylib -> libcupsimage.2.dylib
The text was updated successfully, but these errors were encountered: