same error as installing with netbeans. Just that this time oracle provides java together with the installer.
./runInstaller
It will create a tmp dir in /tmp,
sed -i 's/XINERAMA/FAKEEXTN/g' jdk/jre/lib/amd64/xawt/libmawt.so
then see installActionsxxx.log and see what oracle runs
You need to do the same for the libmawt.so after installing
Thursday, October 25, 2007
install oracle client
accessing mysql db
mysql-query-browser is in the repo, but it crashes when selecting scheme.
So for the time being, I use wine to run SQLyog and DBmanager. For DBmanager you'll need mfc42.dll and msvcp60.dll from dlldump
Compiz-fusion 0.6.2 srpm's for F8 (update)
link to srpm's
http://www.4shared.com/file/2703153...62srpmstar.html
# run these as root
yum groupinstall "Development Tools"
yum install rpmdevtools
# run these as normal user
rpmdev-setuptree
## for each packages, do
rpmbuild --rebuild filename.src.rpm
## recommended sequence to build -
## compiz -> compiz-bcop -> compiz-fusion-plugins-main -> compiz-fusion-plugins-extras
## compiz-fusion-plugins-unsupported -> libcompizconfig -> compizconfig-python ->
## ccsm -> compizconfig-backend-gconf -> compizconfig-backend-kconfig
## fusion-icon -> emerald -> emerald-themes
You will need to install the packages as you compile them to fulfill the build deps for the next package. ( use rpm with --nodeps to install )
(thanks to leigh at fedoraforum)
installing netbeans
When trying to install Netbeans, you'll get the error
java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
google will tell you that it's a bug in sun java. To fix it
For sun-java5-bin:Netbeans does not run in compiz-fusion, all I got was blank screen. Turning off compiz-fusion and back on works.
sed -i 's/XINERAMA/FAKEEXTN/g' /usr/java/java-1.5.0-sun-1.5.0.11/jre/lib/i386/xawt/libmawt.so
For sun-java6-bin:
sed -i 's/XINERAMA/FAKEEXTN/g' /usr/java/java-6-sun-1.6.0.00/jre/lib/i386/xawt/libmawt.so
Running IE in linux
You can download a script which downloads IEs from Microsoft website and install them for you from ie4linux
But look at the website, the lastest version is 2.5 Beta 6 which is posted more than half year ago.
It still works though, however to install IE7, you need to change the filesize and md5 of IE7 inside lib/files. Microsoft may have updated the file on their server and the file spec does not match what is inside ie4linux
Fonts may look weird at first, download microsoft fonts from http://corefonts.sourceforge.net/
Installing F8 on Dell D630
Office upgraded some of the engineers' laptop to Dell D630, including mine. Mine comes with 1.8ghz Santa Rosa, 1.5gb, 80gb, intel 965, and other standard stuffs
After using XP for so many years, time to try other OS. Mine came with XP, so play around with it for an hour to see the speed. After that installed Vista Business, at first when it boot up it is very slow, due to no drivers. After an update everything runs perfectly and the user experience I got is 3.4, not too bad.
Then decided to try Fedora. F7 livecd can't find the dvd drive. A quick google requires to install some drivers, as I search I found that the graphics driver and sound need to install as well.
Might as well try F8 test 3 since dev freeze. Surprisingly it booted into native res! All the drivers are already on the livecd, no need to isntall anything else from other places. The updates seems to take forever to download, maybe due to my internet or beta software. yum works well though
Tried to install compiz-fusion but the package inside wasn't working well. Finally found some instruction in fedoraforum on how to install:
Compiz-fusion 0.6.0 srpm's for F8 ( The real thing unlike the Fedora fake )Instruction is missing a lot of of dev packages, but once that's fixed it's working. Finally got 3d desktop working!
link to srpm's
http://www.4shared.com/file/2593078...f8srpmstar.html
# run these as root
yum groupinstall "Development Tools"
yum install fedora-rpmdevtools
# run these as normal user
fedora-buildrpmtree
## for each packages, do
rpmbuild --rebuild filename.src.rpm
## recommended sequence to build -
## compiz -> compiz-bcop -> compiz-fusion-plugins-main -> compiz-fusion-plugins-extras
## compiz-fusion-plugins-unsupported -> libcompizconfig -> compizconfig-python ->
## ccsm -> compizconfig-backend-gconf -> compizconfig-backend-kconfig
## fusion-icon -> emerald -> emerald-themes
You will need to install the packages as you compile them to fulfill the build deps for the next package. ( use rpm with --nodeps to install )
P.S These packages are built from the spec files from the kagesenshi.repo ( compiz-fusion )