Advertisement
71GA

Untitled

Aug 31st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Installing https://luarocks.org/luasql-mysql-2.3.5-1.rockspec
  2. Cloning into 'luasql'...
  3. remote: Counting objects: 118, done.
  4. remote: Compressing objects: 100% (89/89), done.
  5. remote: Total 118 (delta 44), reused 52 (delta 15), pack-reused 0
  6. Receiving objects: 100% (118/118), 93.83 KiB | 365.00 KiB/s, done.
  7. Resolving deltas: 100% (44/44), done.
  8. Note: checking out '2f2c4eb81685440968d6b238a827c09745a6d2d1'.
  9.  
  10. You are in 'detached HEAD' state. You can look around, make experimental
  11. changes and commit them, and you can discard any commits you make in this
  12. state without impacting any branches by performing another checkout.
  13.  
  14. If you want to create a new branch to retain commits you create, you may
  15. do so (now or later) by using -b with the checkout command again. Example:
  16.  
  17. git checkout -b <new-branch-name>
  18.  
  19. gcc -O2 -fPIC -I/usr/include -c src/luasql.c -o src/luasql.o -I/usr/include/mysql
  20. gcc -O2 -fPIC -I/usr/include -c src/ls_mysql.c -o src/ls_mysql.o -I/usr/include/mysql
  21. gcc -shared -o luasql/mysql.so -L/usr/lib src/luasql.o src/ls_mysql.o -L/usr/bin/lib -Wl,-rpath,/usr/bin/lib: -lmysqlclient
  22. luasql-mysql 2.3.5-1 is now installed in /usr (license: MIT/X11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement