Advertisement
Guest User

Untitled

a guest
Dec 15th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. [atma@server10 ~]$ uname
  2. FreeBSD
  3. [atma@server10 ~]$ cat /home/www/atma/.gems/gems/sqlite3-1.3.5/ext/sqlite3/gem_make.out
  4. /usr/local/bin/ruby18 extconf.rb --with-sqlite3-include=/home/www/atma/opt/include/ --with-sqlite3-lib=/home/www/atma/opt/lib
  5. checking for sqlite3.h... yes
  6. checking for sqlite3_libversion_number() in -lsqlite3... yes
  7. checking for rb_proc_arity()... no
  8. checking for sqlite3_initialize()... yes
  9. checking for sqlite3_backup_init()... yes
  10. checking for sqlite3_column_database_name()... yes
  11. checking for sqlite3_enable_load_extension()... no
  12. checking for sqlite3_load_extension()... no
  13. creating Makefile
  14.  
  15. make
  16. cc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd7 -I. -DHAVE_SQLITE3_INITIALIZE -DHAVE_SQLITE3_BACKUP_INIT -DHAVE_SQLITE3_COLUMN_DATABASE_NAME -I/home/www/atma/opt/include/ -I/usr/include -I/usr/include -fPIC -I/usr/include -O2 -fno-strict-aliasing -pipe -fPIC -c backup.c
  17. cc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd7 -I. -DHAVE_SQLITE3_INITIALIZE -DHAVE_SQLITE3_BACKUP_INIT -DHAVE_SQLITE3_COLUMN_DATABASE_NAME -I/home/www/atma/opt/include/ -I/usr/include -I/usr/include -fPIC -I/usr/include -O2 -fno-strict-aliasing -pipe -fPIC -c database.c
  18. cc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd7 -I. -DHAVE_SQLITE3_INITIALIZE -DHAVE_SQLITE3_BACKUP_INIT -DHAVE_SQLITE3_COLUMN_DATABASE_NAME -I/home/www/atma/opt/include/ -I/usr/include -I/usr/include -fPIC -I/usr/include -O2 -fno-strict-aliasing -pipe -fPIC -c exception.c
  19. cc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd7 -I. -DHAVE_SQLITE3_INITIALIZE -DHAVE_SQLITE3_BACKUP_INIT -DHAVE_SQLITE3_COLUMN_DATABASE_NAME -I/home/www/atma/opt/include/ -I/usr/include -I/usr/include -fPIC -I/usr/include -O2 -fno-strict-aliasing -pipe -fPIC -c sqlite3.c
  20. cc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd7 -I. -DHAVE_SQLITE3_INITIALIZE -DHAVE_SQLITE3_BACKUP_INIT -DHAVE_SQLITE3_COLUMN_DATABASE_NAME -I/home/www/atma/opt/include/ -I/usr/include -I/usr/include -fPIC -I/usr/include -O2 -fno-strict-aliasing -pipe -fPIC -c statement.c
  21. cc -shared -o sqlite3_native.so backup.o database.o exception.o sqlite3.o statement.o -L. -L/usr/local/lib -Wl,-R/usr/local/lib -L/home/www/atma/opt/lib -Wl,-R/home/www/atma/opt/lib -L. -rpath=/usr/lib:/usr/local/lib -rdynamic -Wl,-soname,sqlite3_native.so -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby18 -lsqlite3 -lcrypt -lm -L/usr/lib -rpath=/usr/lib:/usr/local/lib
  22.  
  23. make install
  24. /usr/bin/install -c -o root -g wheel -m 0755 sqlite3_native.so /home/www/atma/.gems/gems/sqlite3-1.3.5/lib/sqlite3
  25. install: /home/www/atma/.gems/gems/sqlite3-1.3.5/lib/sqlite3/sqlite3_native.so: chown/chgrp: Operation not permitted
  26. *** Error code 71
  27.  
  28. Stop in /home/www/atma/.gems/gems/sqlite3-1.3.5/ext/sqlite3.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement