Solaris 8 アドミニストレーション入門
- Software Design 2000/09 の記事
http://solaris.sunfish.suginami.tokyo.jp/SD/200009/
- Software Design 2000/09 の記事
http://solaris.sunfish.suginami.tokyo.jp/SD/200009/
- How to run RealPlayer 8 on Solaris x86
- How to run Macromedia's Flash Player on Solaris x86
- Solaris Patch for the GPL Flash Player
http://www.tools.de/solaris/
pkgadd: ERROR: checkinstall script did not complete successfully
pkgadd: ERROR: checkinstall スクリプトが正常に終了しませんでした
というようなエラーの場合,パッチがあるディレクトリが nobody 権限で読めないことが原因のときがある.
make でエラーを吐く場合
% /usr/ccs/bin/ld -G -h actioncompiler/compile.o \
actioncompiler/swf4compiler.tab.o \
actioncompiler/lex.swf4.o \
actioncompiler/swf5compiler.tab.o \
actioncompiler/lex.swf5.o \
actioncompiler/compileaction.o \
actioncompiler/assembler.o \
blocks/*.o -o libming.so
と手動でリンクする.(でもうまくいかない)
他のアプリケーションで ld なんかでエラーが出る場合,この方法が使えるかも.
invalid conversion from `size_socket*' to `socklen_t*'
のエラーメッセージがでる場合は,
config.h の
#define SOCKET_SIZE_TYPE int
を
#define SOCKET_SIZE_TYPE size_t
に変更.see INSTALL-SOURCE