Custom Query (16363 matches)
Results (1420 - 1422 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #4610 | fixed | libcurl dependency doesn't match code | ||
| Description |
Trying to build VirtualBox 3.0.2 OSE on Centos 5.3. Fails with: VirtualBox-3.0.2_OSE/src/VBox/Runtime/common/misc/s3.cpp :248: error: 'CURLE_REMOTE_FILE_NOT_FOUND' was not declared in this scope However, the output from configure was successful: Checking for libcurl: found version 7.15.5, OK. And the machine has the 7.15 version installed: $ rpm -qa | grep curl curl-devel-7.15.5-2.1.el5_3.4 curl-7.15.5-2.1.el5_3.4 I think that the offending definition may have been introduced in a later version of curl. |
|||
| #18682 | fixed | libcrypt legacy usage by vboxadd-service in Fedora 30 - Fixed in SVN | ||
| Description |
It appears that the vboxadd-service in Fedora 30 is looking for the libcrypt.so.1 library: vboxadd-service[1647]: /usr/sbin/VBoxService: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory This requirement appears to be for version 1 of libcrypt, and Fedora is now using version 2 according to this related link: https://www.mathworks.com/matlabcentral/answers/456839-fedora-30-matlab-start-issue The version 1 library needs to be installed in Fedora by adding the libxcrypt-compat package: dnf install libcrypt-compat Alternatively, the vboxadd-service should be compiled against the new version of libcrypt, as most users are not innately familiar with legacy library troubleshooting. |
|||
| #2859 | fixed | libcap not found => Fixed in SVN | ||
| Description |
Tried to run the new VirtualBox 2.1.0. Got the following error: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory Searching my system via "find / | grep -i libcap" returns no file by that name. |
|||

