Bug 519242
| Summary: | libmimic not found | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | darrell pfeifer <darrellpf> |
| Component: | emesene | Assignee: | Allisson Azevedo <allisson> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | allisson, diegobz, helbermg, K9 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.5-4.fc10 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-10 03:46:02 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
darrell pfeifer
2009-08-25 19:54:47 UTC
When trying to send the webcam I get: 'You don't have libmimic, so you can't send or receive webcam' Although my webcam is recognized and works pretty well in the preferences of the program. The problem is in:
/usr/share/emesene/emesene
Line: 21
sys.path.append('/usr/lib/emesene/')
Replacing by:
sys.path.append('/usr/lib64/emesene/')
Expected library is:
/usr/lib64/emesene/libmimic.so
emesene-1.5-4.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/emesene-1.5-4.fc10 emesene-1.5-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/emesene-1.5-4.fc11 emesene-1.5-4.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. emesene-1.5-4.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |