Changes between Version 11 and Version 12 of dev/LinuxUbuntu
- Timestamp:
- Dec 6, 2006, 10:14:21 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v11 v12 74 74 If you get an error message '/usr/bin/ld cannot find -llualib' use the following command to solve: 75 75 {{{ 76 user@system:/usr/lib# ln -s liblualib50.a liblualib.a 76 cd /usr/lib/ 77 sudo ln -s liblualib50.a liblualib.a 77 78 }}}