Posts

Showing posts from November, 2012

Oracle HTTP Server (not complete)

Image
cd Dsk1 sudo ./ runInstaller -ignoreSysPrereqs next>>>> if error "error in invoking target 'ntcontab.o' of make file" https://kr.forums.oracle.com/forums/thread.jspa?threadID=852879 check the packages with: rpm -q binutils compat-db compat-libstdc++-33 glibc glibc-devel glibc-headers gcc gcc-c++ libstdc++ cpp make libaio ksh elfutils-libelf sysstat libaio libaio-devel setarch --qf '%{name}.%{arch}\n'|sort will return the packages that are not installed, in my case no one T_T; sudo apt-get install binutils for compat-db ubuntuforums.org/showthread.php?t=826070 cd /etc/apt/ sudo kate sources.list and add # CompatDB.org deb http://compatdb.majorgeeks.com/apt/ ./ save, close and run sudo apt-get update I found the others using Synaptic, although some names were differents and I found that some packages were replaced by build-essential. the only package I didn found was setarch, but even without it, it worked. Now run th