XML expat install
[root@colby /tmp]# unzip expat.zip Archive: expat.zip inflating: expat/expat.html inflating: expat/xmltok/ascii.h inflating: expat/xmltok/asciitab.h inflating: expat/xmltok/dllmain.c inflating: expat/gennmtab/gennmtab.c inflating: expat/xmltok/iasciitab.h inflating: expat/xmltok/latin1tab.h inflating: expat/Makefile inflating: expat/xmltok/nametab.h inflating: expat/xmltok/utf8tab.h inflating: expat/xmltok/xmldef.h inflating: expat/xmltok/xmlrole.c inflating: expat/xmltok/xmlrole.h inflating: expat/xmltok/xmltok.c inflating: expat/xmltok/xmltok.h inflating: expat/xmltok/xmltok_impl.c inflating: expat/xmltok/xmltok_impl.h inflating: expat/xmltok/xmltok_ns.c inflating: expat/xmlparse/xmlparse.c inflating: expat/xmlparse/xmlparse.h inflating: expat/xmlwf/codepage.c inflating: expat/xmlwf/codepage.h inflating: expat/xmlwf/filemap.h inflating: expat/xmlwf/readfilemap.c inflating: expat/xmlwf/unixfilemap.c inflating: expat/xmlwf/win32filemap.c inflating: expat/xmlwf/xmlfile.c inflating: expat/xmlwf/xmlfile.h inflating: expat/xmlwf/xmltchar.h inflating: expat/xmlwf/xmlwf.c inflating: expat/sample/elements.c inflating: expat/expat.dsw inflating: expat/gennmtab/gennmtab.dsp inflating: expat/sample/build.bat inflating: expat/xmlparse/xmlparse.dsp inflating: expat/xmltok/xmltok.dsp inflating: expat/xmlwf/xmlwf.dsp inflating: expat/bin/xmltok.dll inflating: expat/bin/xmlparse.dll inflating: expat/bin/xmlwf.exe inflating: expat/lib/xmltok.lib inflating: expat/lib/xmlparse.lib [root@colby expat]# make all gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -c -o xmlwf/xmlwf.o xmlwf/x mlwf.c gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -c -o xmlwf/xmlfile.o xmlwf /xmlfile.c gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -c -o xmlwf/codepage.o xmlw f/codepage.c gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -c -o xmlwf/unixfilemap.o x mlwf/unixfilemap.c xmlwf/unixfilemap.c: In function `filemap': xmlwf/unixfilemap.c:36: warning: implicit declaration of function `close' gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -o gennmtab/gennmtab gennmt ab/gennmtab.c rm -f xmltok/nametab.h gennmtab/gennmtab >xmltok/nametab.h gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -c -o xmltok/xmltok.o xmlto k/xmltok.c gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -c -o xmltok/xmlrole.o xmlt ok/xmlrole.c gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -c -o xmlparse/xmlparse.o x mlparse/xmlparse.c ar rc xmlparse/libexpat.a xmltok/xmltok.o xmltok/xmlrole.o xmlparse/xmlparse.o gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -o xmlwf/xmlwf xmlwf/xmlwf. o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/unixfilemap.o xmlparse/libexpat.a [root@colby expat]# ls Makefile expat.dsw gennmtab sample xmltok bin expat.html lib xmlparse xmlwf [root@colby expat]# cd lib [root@colby lib]# ls xmlparse.lib xmltok.lib [root@colby lib]# cd .. [root@colby expat]# cd xmlwf [root@colby xmlwf]# ls codepage.c filemap.h unixfilemap.o xmlfile.h xmlwf xmlwf.o codepage.h readfilemap.c win32filemap.c xmlfile.o xmlwf.c codepage.o unixfilemap.c xmlfile.c xmltchar.h xmlwf.dsp [root@colby xmlwf]# cd .. [root@colby expat]# ls Makefile expat.dsw gennmtab sample xmltok bin expat.html lib xmlparse xmlwf [root@colby expat]# cd xmlparse [root@colby xmlparse]# ls libexpat.a xmlparse.c xmlparse.dsp xmlparse.h xmlparse.o [root@colby xmlparse]# |
Linux NTP install
ntp-4.0.99k/kernel/sys/ppsclock.h
ntp-4.0.99k/kernel/sys/timex.h
ntp-4.0.99k/kernel/sys/tpro.h
ntp-4.0.99k/kernel/sys/Makefile.am
ntp-4.0.99k/kernel/sys/Makefile.in
ntp-4.0.99k/util/
ntp-4.0.99k/util/README
ntp-4.0.99k/util/Makefile.am
ntp-4.0.99k/util/Makefile.in
ntp-4.0.99k/util/ansi2knr.1
ntp-4.0.99k/util/ansi2knr.c
ntp-4.0.99k/util/byteorder.c
ntp-4.0.99k/util/hist.c
ntp-4.0.99k/util/jitter.c
ntp-4.0.99k/util/kern.c
ntp-4.0.99k/util/longsize.c
ntp-4.0.99k/util/ntp_genkeys.c
ntp-4.0.99k/util/ntptime.c
ntp-4.0.99k/util/precision.c
ntp-4.0.99k/util/sht.c
ntp-4.0.99k/util/testrs6000.c
ntp-4.0.99k/util/tickadj.c
ntp-4.0.99k/util/timetrim.c
[root@redhat6 /tmp] ./configure
creating libparse/Makefile
creating librsaref/Makefile
creating ntpd/Makefile
creating ntpdc/Makefile
creating ntpdate/Makefile
creating ntpq/Makefile
creating ntptrace/Makefile
creating parseutil/Makefile
creating scripts/Makefile
creating scripts/calc_tickadj
creating scripts/checktime
creating scripts/freq_adj
creating scripts/mkver
creating scripts/ntp-wait
creating scripts/ntpsweep
creating scripts/ntpver
creating scripts/plot_summary
creating scripts/summary
creating util/Makefile
creating config.h
executing commands of default-1
executing commands of default-2
executing commands of default
[root@redhat6 ntp-4.0.99k]# make
/usr/include/bits/string2.h: In function `__strsep_g':
In file included from /usr/include/string.h:346,
from /usr/include/memory.h:30,
from ../include/ntp_string.h:13,
from ../include/ntp_stdlib.h:7,
from ntptime.c:25:
/usr/include/bits/string2.h:1168: warning: passing arg 2 of `__strpbrk_c2' with
different width due to prototype
/usr/include/bits/string2.h:1168: warning: passing arg 3 of `__strpbrk_c2' with
different width due to prototype
/usr/include/bits/string2.h:1168: warning: passing arg 2 of `__strpbrk_c3' with
different width due to prototype
/usr/include/bits/string2.h:1168: warning: passing arg 3 of `__strpbrk_c3' with
different width due to prototype
/usr/include/bits/string2.h:1168: warning: passing arg 4 of `__strpbrk_c3' with
different width due to prototype
gcc -g -O2 -Wall -Wshadow -Wconversion -Wpointer-arith -Wcast-qual -Wstrict-pro
totypes -pipe -o ntptime ntptime.o ../libntp/libntp.a -lrt -lreadline
make[2]: Leaving directory `/tmp/ntp-4.0.99k/util'
make[2]: Entering directory `/tmp/ntp-4.0.99k'
make[2]: Leaving directory `/tmp/ntp-4.0.99k'
make[1]: Leaving directory `/tmp/ntp-4.0.99k'
かなりwarning のメッセ−ジが出る。
[root@redhat6 ntp-4.0.99k]# make install
Making install in clockstuff
make[1]: Entering directory `/tmp/ntp-4.0.99k/clockstuff'
make[2]: Entering directory `/tmp/ntp-4.0.99k/clockstuff'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/ntp-4.0.99k/clockstuff'
make[1]: Leaving directory `/tmp/ntp-4.0.99k/clockstuff'
Making install in kernel
make[1]: Entering directory `/tmp/ntp-4.0.99k/kernel'
Making install in sys
make[2]: Entering directory `/tmp/ntp-4.0.99k/kernel/sys'
make[3]: Entering directory `/tmp/ntp-4.0.99k/kernel/sys'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/ntp-4.0.99k/kernel/sys'
make[2]: Leaving directory `/tmp/ntp-4.0.99k/kernel/sys'
make[2]: Entering directory `/tmp/ntp-4.0.99k/kernel'
make[3]: Entering directory `/tmp/ntp-4.0.99k/kernel'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/ntp-4.0.99k/kernel'
make[2]: Leaving directory `/tmp/ntp-4.0.99k/kernel'
make[1]: Leaving directory `/tmp/ntp-4.0.99k/kernel'
Making install in util
make[1]: Entering directory `/tmp/ntp-4.0.99k/util'
make[2]: Entering directory `/tmp/ntp-4.0.99k/util'
/bin/sh ../mkinstalldirs /usr/local/bin
/usr/bin/install -c tickadj /usr/local/bin/tickadj
/usr/bin/install -c ntptime /usr/local/bin/ntptime
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/ntp-4.0.99k/util'
make[1]: Leaving directory `/tmp/ntp-4.0.99k/util'
make[1]: Entering directory `/tmp/ntp-4.0.99k'
make[2]: Entering directory `/tmp/ntp-4.0.99k'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/ntp-4.0.99k'
make[1]: Leaving directory `/tmp/ntp-4.0.99k'
[root@redhat6 ntp-4.0.99k]# cd /usr/local/bin
[root@redhat6 bin]# ls
ftpcount ntpd pgpe ssh-agent wvDVI
ftpwho ntpdate pgpk ssh-agent1 wvHtml
g2255.jpg ntpdc pgps ssh-askpass wvLatex
g2255.jpg.asc ntpq pgpv ssh-askpass1 wvMime
lgrep ntptime pptHtml ssh-keygen wvPDF
lv ntptimeset rsync ssh-keygen1 wvPS
make-ssh-known-hosts ntptrace scp ssh1 wvSimpleCLX
make-ssh-known-hosts1 pgp scp1 tickadj wvSummary
make_epses.sh pgp_0511.txt skycha wv-incconfig wvText
nmap pgp_old slogin wv-libconfig wvVersion
nsopen pgp_sh ssh wvAbw wvWare
nspptview pgp_test.txt ssh-add wvCleanLatex wvWml
nsxlview pgp_test.txt.asc ssh-add1 wvConvert xlHtml
[root@redhat6 bin]# date
Fri Jun 29 10:39:23 JST 2001
[root@redhat6 bin]# /usr/local/bin/ntpdate -s 172.21.21.16
[root@redhat6 bin]# date
Fri Jun 29 10:12:24 JST 2001
[root@redhat6 bin]# ntpdate -q localhost
server 127.0.0.1, stratum 16, offset -0.000055, delay 0.02626
29 Jun 10:32:22 ntpdate[4970]: no server suitable for synchronization found
[root@redhat6 bin]#
|
NIS install
[root@redhat6 /tmp]# rpm -ivh ypserv-1_3_9-1_i386.rpm ypserv ################################################## /var/yp/securenets 修正、 [root@redhat6 yp]# /usr/lib/yp/ypinit -m At this point, we have to construct a list of the hosts which will run NIS servers. localhost.localdomain is in the list of NIS server hosts. Please cont inue to add the names for the other hosts, one per line. When you are done with the list, type a |
samba-2.2.0 install
samba-2.2.0a/testsuite/smbd/Makefile.sec_ctx samba-2.2.0a/testsuite/smbd/se_access_check.exp samba-2.2.0a/testsuite/smbd/se_access_check_allowall.c samba-2.2.0a/testsuite/smbd/se_access_check_allowsome.c samba-2.2.0a/testsuite/smbd/se_access_check_denyall.c samba-2.2.0a/testsuite/smbd/se_access_check_denysome.c samba-2.2.0a/testsuite/smbd/se_access_check_empty.c samba-2.2.0a/testsuite/smbd/se_access_check_nullsd.c samba-2.2.0a/testsuite/smbd/se_access_check_printer.c samba-2.2.0a/testsuite/smbd/se_access_check_utils.c samba-2.2.0a/testsuite/smbd/se_access_check_utils.h samba-2.2.0a/testsuite/smbd/sec_ctx.exp samba-2.2.0a/testsuite/smbd/sec_ctx1.c samba-2.2.0a/testsuite/smbd/sec_ctx_current_user.c samba-2.2.0a/testsuite/smbd/sec_ctx_flow.c samba-2.2.0a/testsuite/smbd/sec_ctx_groups.c samba-2.2.0a/testsuite/smbd/sec_ctx_nonroot.c samba-2.2.0a/testsuite/smbd/sec_ctx_root.c samba-2.2.0a/testsuite/smbd/sec_ctx_stack.c samba-2.2.0a/testsuite/smbd/sec_ctx_torture.c samba-2.2.0a/testsuite/smbd/sec_ctx_utils.c samba-2.2.0a/testsuite/smbd/sec_ctx_utils.h samba-2.2.0a/testsuite/smbd/sighup.exp [root@miracle /tmp]# ./configure --localstatedir=/var/log/samba --with-pam --w ith-syslog --with-profile --with-netatalk --with-quotas --with-utmp --with-msdfs --with-vfs --with-acl-support eth0 IP=172.21.20.13 NETMASK=255.255.0.0 lo IP=127.0.0.1 NETMASK=255.0.0.0 yes checking for setresuid... OK yes checking for working mmap... yes checking for ftruncate needs root... no checking for fcntl locking... yes checking for broken (glibc2.1/x86) 64 bit fcntl locking... no checking for 64 bit fcntl locking... no checking for a crypt that needs truncated salt... no checking for broken nisplus include files... yes checking whether to use smbwrapper... no checking whether to use AFS... no checking whether to use DFS auth... no checking whether to use Kerberos IV... no checking whether to use Kerberos 5... no checking whether to use AUTOMOUNT... no checking whether to use SMBMOUNT... no checking whether to use PAM password database... yes checking whether to use NISPLUS password database... no checking whether to use NISPLUS_HOME... no checking whether to use SSL... no checking whether to use syslog logging... yes checking whether to use profiling... yes checking whether to support netatalk... yes checking whether to support disk-quotas... yes checking whether to support utmp accounting... yes checking whether to support Microsoft Dfs... yes checking whether to support the experimantal Samba vfs... yes checking how to get filesystem space usage checking statvfs64 function (SVR4)... no checking statvfs function (SVR4)... yes checking checking if large file support can be enabled... no checking whether to support ACLs... checking for acl_get_file in -lacl... no checking for ACL support... no checking for XFS ACL support... checking configure summary configure OK updating cache ./config.cache creating ./config.status creating include/stamp-h creating Makefile creating include/config.h [root@miracle source]#make install 正常に終了しましたら、swatを動かす為に下記の項目を確認。 /etc/servicesの(swat)確認 /etc/inetd.conf の(swat)確認 smb.conf を /usr/local/samba/lib/ へcopy /etc/pam.d/sambaの確認 これが無いと認証画面から前に進めません。 |
Apache2.0.16 install
httpd-2_0_16/support/logresolve.c httpd-2_0_16/support/logresolve.dsp httpd-2_0_16/support/logresolve.mak httpd-2_0_16/support/logresolve.pl.in httpd-2_0_16/support/phf_abuse_log.cgi.in httpd-2_0_16/support/rotatelogs.c httpd-2_0_16/support/rotatelogs.dsp httpd-2_0_16/support/rotatelogs.mak httpd-2_0_16/support/split-logfile.in httpd-2_0_16/support/suexec.c httpd-2_0_16/support/suexec.h httpd-2_0_16/support/SHA1/ httpd-2_0_16/support/SHA1/README.sha1 httpd-2_0_16/support/SHA1/convert-sha1.pl httpd-2_0_16/support/SHA1/htpasswd-sha1.pl httpd-2_0_16/support/SHA1/ldif-sha1.example httpd-2_0_16/logit httpd-2_0_16/.deps httpd-2_0_16/configure httpd-2_0_16/ltconfig httpd-2_0_16/ltmain.sh httpd-2_0_16/config.sub httpd-2_0_16/config.guess [root@miracle /tmp]# ./configure creating modules/dav/main/Makefile creating modules/echo/Makefile creating modules/experimental/Makefile creating modules/filters/Makefile creating modules/http/Makefile creating modules/loggers/Makefile creating modules/mappers/Makefile creating modules/metadata/Makefile creating modules/tls/Makefile creating os/unix/Makefile creating server/mpm/Makefile creating modules/generators/Makefile creating server/mpm/threaded/Makefile creating Makefile creating modules/Makefile creating srclib/Makefile creating os/beos/Makefile creating os/os2/Makefile creating os/Makefile creating os/unix/Makefile creating server/Makefile creating support/Makefile creating srclib/pcre/Makefile [root@miracle httpd-2_0_16]# make /bin/sh /tmp/httpd-2_0_16/libtool --silent --mode=compile gcc -I. -I/tmp/httpd- 2_0_16/ -I/tmp/httpd-2_0_16/server/mpm/threaded -I/tmp/httpd-2_0_16/modules/http -I/tmp/httpd-2_0_16/include -I/tmp/httpd-2_0_16/srclib/apr/include -I/tmp/httpd -2_0_16/srclib/apr-util/include -I/tmp/httpd-2_0_16/os/unix -DLINUX=2 -D_REENT RANT -D_REENTRANT -pthread -c modules.c && touch modules.lo /bin/sh /tmp/httpd-2_0_16/libtool --silent --mode=link gcc -I. -I/tmp/httpd-2_0 _16/ -I/tmp/httpd-2_0_16/server/mpm/threaded -I/tmp/httpd-2_0_16/modules/http -I /tmp/httpd-2_0_16/include -I/tmp/httpd-2_0_16/srclib/apr/include -I/tmp/httpd-2_ 0_16/srclib/apr-util/include -I/tmp/httpd-2_0_16/os/unix -DLINUX=2 -D_REENTRAN T -D_REENTRANT -pthread -export-dynamic -export-dynamic -export-dynamic -expor t-dynamic -export-dynamic -export-dynamic -o httpd modules.lo modules/aaa/m od_access.la modules/aaa/mod_auth.la modules/filters/mod_include.la modules/http /mod_http.la modules/http/mod_mime.la modules/loggers/mod_log_config.la modules/ mappers/mod_negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_imap.l a modules/mappers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/ mod_alias.la modules/metadata/mod_env.la modules/metadata/mod_setenvif.la module s/generators/mod_status.la modules/generators/mod_autoindex.la modules/generator s/mod_asis.la modules/generators/mod_cgid.la server/mpm/threaded/libthreaded.la server/libmain.la os/unix/libos.la srclib/pcre/libpcre.la srclib/apr-util/libapr util.la srclib/apr/libapr.la /tmp/httpd-2_0_16/srclib/apr/shmem/unix/mm/libmm.la -lnsl -lnsl -lnsl -lm -lcrypt -lnsl -ldl /tmp/httpd-2_0_16/srclib/apr-util/xml/ expat/lib/libexpat.la make[1]: Leaving directory `/tmp/httpd-2_0_16' [root@miracle httpd-2_0_16]# make install make[2]: Leaving directory `/tmp/httpd-2_0_16/modules' make[1]: Leaving directory `/tmp/httpd-2_0_16/modules' Making install in support make[1]: Entering directory `/tmp/httpd-2_0_16/support' make[2]: Entering directory `/tmp/httpd-2_0_16/support' mkdir /usr/local/apache2/bin make[2]: Leaving directory `/tmp/httpd-2_0_16/support' make[1]: Leaving directory `/tmp/httpd-2_0_16/support' make[1]: Entering directory `/tmp/httpd-2_0_16' Installing configuration files mkdir /usr/local/apache2/conf Installing HTML documents mkdir /usr/local/apache2/htdocs mkdir /usr/local/apache2/htdocs/manual Installing icons mkdir /usr/local/apache2/icons mkdir /usr/local/apache2/logs Installing CGIs mkdir /usr/local/apache2/cgi-bin Installing header files Installing Support Binaries chmod 755 /usr/local/apache2/bin/apachectl make[1]: Leaving directory `/tmp/httpd-2_0_16' |
NFS install
[root@redhat6 fma]# mount -t nfs 172.21.20.141:/tmp /nfs_tmp これで自由に、相手のコンピュ−タの資源が利用出来ます。 [root@redhat6 fma]# umount /nfs_tmp |
CU-seeme install
[root@orca cu-seeme]# ./reflect & [1] 12379 [root@orca cu-seeme]# Version: Enhanced Reflector v1.07b9 (Mar 29 1998 23:43:28) 51: SELF-REFLECT 75: CAP 80 1 Please lower your max transmission cap to 80kbps. ; 85: MAX-PARTICIPANTS 20 ;Sorry, maximum number of users exceeded. ; 95: MAX-SENDERS 20 Maximum # of senders exceeded - try again later. ; 105: MAX-LURKERS 20 Maximum # of lurkers exceeded - try again later. ; 113: DEFAULT-MIN-RECV 120: DEFAULT-MAX-RECV 127: DEFAULT-INIT-RECV 137: MAX-MIN-SEND 10 1 Your minimum transmission rate is too high, please lower it to 10. ; 147: MAX-MAX-SEND 90 1 Your maxmimum transmission rate is too high, please lower it to 90. ; 158: MAX-MIN-RECV 10 1 Your minimum receive rate is too high, please lower it to 10 ; 169: MAX-MAX-RECV 500 1 Your maximum receive rate is too high, please lower it t o 500 ; 181: RATE-ADAPT 5 2 187: OLD-RATE-ADAPT 5 5 201: ALLOW 0.0.0.0 286: REFMON 0.0.0.0 473: HOSTNAME 172.21.20.141 [root@orca cu-seeme]# |
Linux+ASP関連のリンク集
ritsuo@mxy.mesh.ne.jp