Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [atma@server10 ~]$ uname
- FreeBSD
- [atma@server10 ~]$ cat /home/www/atma/.gems/gems/sqlite3-1.3.5/ext/sqlite3/gem_make.out
- /usr/local/bin/ruby18 extconf.rb --with-sqlite3-include=/home/www/atma/opt/include/ --with-sqlite3-lib=/home/www/atma/opt/lib
- checking for sqlite3.h... yes
- checking for sqlite3_libversion_number() in -lsqlite3... yes
- checking for rb_proc_arity()... no
- checking for sqlite3_initialize()... yes
- checking for sqlite3_backup_init()... yes
- checking for sqlite3_column_database_name()... yes
- checking for sqlite3_enable_load_extension()... no
- checking for sqlite3_load_extension()... no
- creating Makefile
- make
- 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
- 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
- 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
- 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
- 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
- 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
- make install
- /usr/bin/install -c -o root -g wheel -m 0755 sqlite3_native.so /home/www/atma/.gems/gems/sqlite3-1.3.5/lib/sqlite3
- install: /home/www/atma/.gems/gems/sqlite3-1.3.5/lib/sqlite3/sqlite3_native.so: chown/chgrp: Operation not permitted
- *** Error code 71
- Stop in /home/www/atma/.gems/gems/sqlite3-1.3.5/ext/sqlite3.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement