archovo% makepkg
==> ERROR: Missing package() function in /home/bb010g/wiifuse/PKGBUILD
Search Criteria
Package Details: wiifuse 0.2.0-1
Package Actions
| Package Base: | wiifuse |
|---|---|
| Description: | Allows you to mount a Gamecube or Wii DVD disc image as a read-only part of the file system on you computer. This allows users to browse the directory structure and read the files within. |
| Upstream URL: | http://wiibrew.org/wiki/Wiifuse |
| Category: | system |
| Licenses: | |
| Submitter: | matthewbauer |
| Maintainer: | matthewbauer |
| Last Packager: | None |
| Votes: | 19 |
| First Submitted: | 2009-07-25 21:16 |
| Last Updated: | 2009-10-03 15:52 |
Required by (0)
Sources
Latest Comments
Comment by bb010g
Comment by herve
Hi, wiifuse is linked to libcrypto 1.0:
$ ldd /usr/bin/wiifuse
linux-vdso.so.1 => (0x00007fff0cdff000)
libfuse.so.2 => /lib/libfuse.so.2 (0x00007f9f4ff16000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f9f4fb60000)
libc.so.6 => /lib/libc.so.6 (0x00007f9f4f804000)
librt.so.1 => /lib/librt.so.1 (0x00007f9f4f5fc000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f9f4f3f8000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f9f4f1dc000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f9f4efc4000)
/lib/ld-linux-x86-64.so.2 (0x00007f9f5014a000)
But yet:
wiifuse: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
I already tried to recompile it.
Do you have any idea why this would happen?