solaris 커널이 32비트인지 64비트인지 확인
isainfo -vk
이거 기억 무지하게 안나데..
12월 17
장비는 E250을 사용하며 Floppy가 없다.
화일들은 openBSD디렉토리에 있다.
CD 부팅 이미지를 만든다.
mkisofs -vrTJV “openBSD34” -b openBSD/floppy34.fs -c boot.catalog -o bsd34.iso openBSD
안된다….. ;ㅡㅡ
다른 방법을 찾아야 겠다.
여러가지 방법으로 시도해 봤지만 부팅 가능한 cd를 만들수가 없다.
결국, 플로피디스크를 E250에 붙였다.
볼륨매니저를 중지(/etc.init.d/volmgt stop)하고.
=============================================
#dd if=floppy34.fs of=/dev/rdiskette0 bs=36b
80+0 records in
80+0 records out
# /etc/init.d/volmgt start
=============================================
ㅠㅠ 안된다..
또다른 방법을 찾아야 겠다.
솔라리스에서 확인해본 결과 디스켓에는 아무 화일도 없다.
이제 남은 방법은 두가지다. 디스크에 미니루트를 올리는 방법과,
네트워크 부팅이다…
미니루트를 먼저 올려 봐야겠다.
솔라리스 8이 설치된 디스크로 부팅을하고, 다른 디스크에 미니루트를
올리려고 한다.
첫번째 디스크로 부팅을한다(solaris 8)
두번째 디스크의 슬라이스 1번에 512MB의 크기를 할당한후,
#newfs /dev/c0t8d0s2 (이건 안해도 될것같다. 혹시몰라서 ;ㅡㅡ)
#dd if=miniroot34.fs of=/dev/rdsk/c0t0d0s1 bs=64b
여기까진 잘 된다.
디스크로 부팅 시도….
안된다… FATAL SCSI 에러……..
음….. 도대체 이건 뭐가 잘못된건지도 모르겠다…
마지막 방법이 있다.. 근데, 이건 너무 귀찮은 방법이다.. 부팅서버먼저 만들어야하는…
결론은.. openBSD는 한번 써보고 싶다고 쓸수있는 OS가 아닌가부다..
이건 도대체 누가 쓰는거지?
포기할것인가? 아니면… 음.. 고민중이다…
좋다.. 다른방법을 찾아봐야겠다..
12월 12
증상
solaris 9 에서…
1. root user로는 clear명령어가 잘 실행됨..
2. 일반 user로 clear명령을 내리면,
/bin/clear: /dev/null: cannot create 에러…..
3. /dev/null이 크기 0의 일반 화일로 잡혀 있음..
-rw-r–r– 1 root other 0 Dec 12 15:47 null
해결책…
cd /dev
rm null
ln -s ../devices/pseudo/mm@0:null null
수동으로 위와 같이 하던지..
아니면,
devfsadm 명령어를 내리면 자동으로 심볼릭링크가 생성됨.
왜 심볼릭링크가 지워졌는지는 아직 알수가 없음.
12월 11
컴파일러는 sunfreeware.com에서 받아 설치한 것을 기준으로 했다.
쉘 환경변수는 다음과 같다.
CC=gcc
CFLAGS=-O3 -m64 -fno-omit-frame-pointer
CXX=gcc
CXXFLAGS=-O3 -m64 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti
LDFLAGS=-R/usr/local/lib
LD_LIBRARY_PATH=/usr/local/lib
PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/ccs/bin:/usr/local/lib
./configure 다음과 같은 에러 발생
==========================================================
Could not find the Compiler: “cc”
which has been used to build perl. You may have to compile
your own copy of perl to make this work. Binary perls often
exhibit this problem
==========================================================
perl 이 solaris cc로 컴파일되어 gcc가 모듈을 생성하지 못한다는 것으로 생각됨. sunfreeware에서 perl을 받아서 설치하기로 한다.
이상없이 잘 됨..
make
make install
12월 06
syslog 에 다음과 같은 메시지가 기록됨..
Dec 6 12:44:40 solaris sendmail[681]: [ID 702911 mail.info] alias database /etc/mail/aliases.db out of date
해결방안..
newalias 명령을 한번 내려주면 됨..
sendmail에 새 앨리어스를 주면 위 명령어로 갱신됨을 알려줘야함.
12월 01
서버를 두개 가지니 secondary 네임서버의 구성이 가능해 졌다.
뭐 내용이야 별게 없지만, 그동안 실습은 못해봤던 것..
다음 화일을 수정해 주고, /var/named/에는 아무것도 만들지 않아야 한다.
/etc/named.conf
zone “boxcorea.com” in {
type slave;
file “boxcorea.com.zone”;
masters { 211.218.81.53; };
};
그러면 /var/named.conf에 다음과 같은 화일이 primary dns 서버로부터 전송되어 생성된다.
; from 211.218.81.53:53 (local 61.41.220.208) using AXFR at Mon Dec 1 17:54:06 2003
$ORIGIN com.
boxcorea 886400 IN SOA boxcorea.com. root.boxcorea.com. (
9 10800 3600 604800 86400 )
886400 IN NS ns.boxcorea.com.
886400 IN MX 10 mail.boxcorea.com.
886400 IN A 211.218.81.53
$ORIGIN boxcorea.com.
mail 886400 IN A 211.218.81.53
www 886400 IN A 61.41.220.208
store 886400 IN A 211.218.81.53
blog 886400 IN A 211.218.81.53
ns 886400 IN A 211.218.81.53
#
11월 25
1. 모든 소스화일 다운로드
컴파일러 및 관련 라이브러리화일들은 http://sunfreeware.com에서 다운로드 받아서 설치하였음.
Sun에서 배포하는 companion CD를 이용할때에는 LDFLAG 및 PATH등을 조정하여야 한다.
설치한 패키지화일
autoconf-2.57-sol9-sparc-local.gz
libgcc-3.3-sol9-sparc-local.gz
automake-1.7.2-sol9-sparc-local.gz
libpcap-0.7.2-sol9-sparc-local.gz
bison-1.75-sol9-sparc-local.gz
libpng-1.2.4-sol9-sparc-local.gz
coreutils-4.5.4-sol9-sparc-local.gz
libtool-1.5-sol9-sparc-local.gz
flex-2.5.4a-sol9-sparc-local.gz
libxml2-2.5.5-sol9-sparc-local.gz
freetype-2.1.2-sol9-sparc-local.gz
lsof-4.68-sol9-sparc-local.gz
gcc_small-3.3.2-sol9-sparc-local.gz
m4-1.4-sol9-sparc-local.gz
gd-2.0.12-sol9-sparc-local.gz
make-3.80-sol9-sparc-local.gz
gettext-0.11.5-sol9-sparc-local.gz
ncurses-5.3-sol9-sparc-local.gz
glib-1.2.10-sol9-sparc-local.gz
shutils-2.0.15-sol9-sparc-local.gz
gnupg-1.2.1-sol9-sparc-local.gz
tar-1.13.19-sol9-sparc-local.gz
gtk+-1.2.10-sol9-sparc-local.gz
xinetd-2.3.10-sol9-sparc-local.gz
iplog-2.2.3-sol9-sparc-local.gz
zip-2.3-sol9-sparc-local.gz
jpeg-6b-sol9-sparc-local.gz
zlib-1.1.4-sol9-sparc-local.gz
사용한 소스화일들.
httpd-2.0.48.tar.gz
mysql-4.0.16.tar.gz
php-4.3.4.tar.gz
2. mysql 컴파일
컴파일러는 gcc3.2를 이용했음(sunfreeware.com에서 다운로드 하였음).
환경변수의 설정
CC=gcc CFLAGS=”-O3 -m64 -fno-omit-frame-pointer”
CXX=gcc
CXXFLAGS=”-O3 -m64 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti”
LDFLAGS=’-R/usr/local/lib’
설정한 PATH는
PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/ccs/bin:/usr/local/lib
./configure –prefix=/usr/local/mysql
–with-extra-charsets=complex –enable-thread-safe-client
–enable-local-infile –enable-assembler –with-named-z-libs=no –with-named-curses-libs=-lcurses –disable-shared
===========================================================================
sql_lex.cc: In function `void lex_init()’:
sql_lex.cc:85: error: `symbols’ undeclared (first use this function)
sql_lex.cc:85: error: (Each undeclared identifier is reported only once for
each function it appears in.)
sql_lex.cc:87: error: `sql_functions’ undeclared (first use this function)
sql_lex.cc: In function `int find_keyword(LEX*, unsigned int, bool)’:
sql_lex.cc:171: error: `get_hash_symbol’ undeclared (first use this function)
make[4]: *** [sql_lex.o] Error 1
make[4]: Leaving directory `/var/tmp/mysql-4.0.16/sql’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/mysql-4.0.16/sql’
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/mysql-4.0.16/sql’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/mysql-4.0.16′
make: *** [all] Error 2
===================================================================================
에러발생.
LD_LIBRARY_PATH=/usr/local/lib 를 추가하고, 컴파일, 결과는 같은 에러..
웹사이트 참조한 결과,
환경 변수 추가후, make clean 또는 소스화일을 다시 풀고 make해야함..
그렇게 하여 이상 없이 make끝남..
make
cd
find /* > mysql1.txt
cd /
make install
cd
find /* > mysql2.txt
diff mysql1.txt mysql2.txt > Install-Mysql.txt
3. MySQL의 구동.
4. Apache, PHP의 컴파일
Apache precompile
apache2 소스 디렉토리에서,
./configure –prefix=/usr/local/apache2 –datadir=/exprot/home/apache –sysconfdir=/etc/apache\
아래 옵션은 openna사이트를 참고 해서 적당히 바꿨음.
–exec-prefix=/usr \
–bindir=/usr/bin \
–sbindir=/usr/sbin \
–mandir=/usr/share/man \
–sysconfdir=/etc/httpd/conf \
–includedir=/usr/include/httpd \
–libexecdir=/usr/lib/httpd/modules \
–datadir=/home/httpd \
–localstatedir=/var \
–with-mpm=prefork \
–enable-access=shared \
–enable-actions=shared \
–enable-alias=shared \
–enable-auth=shared \
–enable-auth-dbm=shared \
–enable-auth-digest=shared \
–enable-autoindex=shared \
–enable-cern-meta=shared \
–enable-cgi=shared \
–enable-cgid=shared \
–enable-dav=shared \
–enable-dav-fs=shared \
–enable-dir=shared \
–enable-env=shared \
–enable-expires=shared \
–enable-file-cache=shared \
–enable-headers=shared \
–enable-include=shared \
–enable-log-config=shared \
–enable-mime=shared \
–enable-mime-magic=shared \
–enable-negotiation=shared \
–enable-rewrite=shared \
–enable-setenvif=shared \
–enable-speling=shared \
–enable-ssl=shared \
–enable-unique-id=shared \
–enable-usertrack=shared \
–enable-vhost-alias=shared \
–enable-suexec=shared \
–with-suexec-caller=www \
–with-suexec-docroot=/home/httpd \
–with-suexec-logfile=/var/log/httpd/suexec.log \
–with-suexec-bin=/usr/sbin/suexec \
–with-suexec-uidmin=500 –with-suexec-gidmin=500 \
–disable-auth-anon \
–disable-charset-lite \
–disable-disk-cache \
–disable-mem-cache \
–disable-cache \
–disable-deflate \
–disable-ext-filter \
–disable-case-filter \
–disable-case-filter-in \
–disable-example \
–disable-proxy \
–disable-proxy-connect \
–disable-proxy-ftp \
–disable-proxy-http \
–disable-status \
–disable-asis \
–disable-info \
–disable-imap \
–disable-userdir \
–with-z \
–with-ssl \
–with-suexec
make
make install
환경화일 수정후 실행. 잘 된다…
PHP소스디렉토리에서,
옵션은 openna를 참조하여 적당히 바꿨음..
./configure –with-layout=Solaris –prefix=/usr/local/php \
–with-config-file-path=/etc/apache2 \
–enable-force-cgi-redirect \
–with-apxs2=/usr/local/apache2/bin/apxs \
–with-zlib \
–with-bz2 \
–with-gd \
–with-ttf \
–with-png \
–with-jpeg-dir=/usr/local \
–with-png-dir=/usr/local \
–with-freetype-dir=/usr/local \
–with-expat-dir=/usr/local \
–with-gmp \
–with-xml \
–with-imap=shared \
–with-mysql=shared,/usr/local/mysql \
–with-mysql-sock=/tmp/mysql.sock \
–with-pgsql=shared \
–with-ldap=shared \
–with-pspell \
–disable-debug \
–disable-rpath \
–disable-posix \
–enable-pic \
–enable-discard-path \
–enable-safe-mode \
–enable-magic-quotes \
–enable-bcmath \
–enable-dio \
–enable-gd-native-ttf \
–enable-sysvsem \
–enable-sysvshm \
–enable-track-vars \
–enable-wddx \
–enable-inline-optimization \
–enable-memory-limit
에러발생….
다른 방법을 찾아봄
참고 사이트는http://www.php.net/manual/en/install.apache2.php
apache2가 설치된것을 모두 제거하고 다시 컴파일.
이때, 옵션은 최소로 주었으며, –enable-so 옵션을 더 주었음.
./configure –enable-so –prefix=/usr/local/apache2 –datadir=/export/home/apache2 –sysconfdir=/etc/apache2 –enable-autoindex=shared –enable-vhost=shared –enable-userdir=shared
에러 없이 컴파일및 설치됨.
php컴파일
./configure –with-layout=Solaris –prefix=/usr/local/php \
–with-config-file-path=/etc/apache2 \
–with-apxs2=/usr/local/apache2/bin/apxs \
–with-gd \
–with-xml \
–with-mysql=shared,/usr/local/mysql \
–with-mysql-sock=/tmp/mysql.sock \
–enable-pic \
–enable-exif \
–enable-bcmath \
–enable-inline-optimization \
–enable-zlib
위의 옵션만 사용함.
에러는 없었으나, mysql지원이 안됨
다시 컴파일
위의 옵션중에서
–with-mysql=shared,/usr/local/mysql을 –with-mysql=/usr/local/mysql로 바꿈
잘 된다..
============================================================================
컴파일된 화일들
========================================
crle -l /usr/lib -l /opt/local/lib
cd ..
make
11월 25
php컴파일시
“enable-exif” 항목을 꼭 추가한다.
gd 라이브러리와 같이 움직이는 줄 알았는데
php.net에서는 아니라고 말한다.
그런데 gd2 라이브러리와 같이 사용해야 한다고 되어
있다.
근데 gd2가 뭐지?
아뭏든 RedHat 7.2에서는 아무리 해도 안되고
말로는 RedHat 7.3서 부터 가능하다고 한다.
테스트는 안해 보았슴…
사용하는 방법은
“exif_thumbnail(filename [,width[,&height[,imagetype]]])”
로 하면 자동으로
게시판 혹은 페이지에 그 그림을 아이콘으로 표시해 준다나 어쨌다나….
11월 25
php.ini의
“register_globals=Off” 을
“register_globals=On”
으로 변경한다.