ASA Computer Bali

January 12, 2010

Resolve Problem Installing XAMPP on PCLINUXOS

After installing version-linux-1.7.3a.tar.gz xampp I have an error appear as :

/ opt / lampp / lampp start

cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory as: error while loading shared libraries: libc.so.6: can not open shared object file: No such file or directory

/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / sh: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

Starting XAMPP for Linux ... Starting XAMPP for Linux ...

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

XAMPP for Linux started. XAMPP for Linux started.

To resolve the problem, I read this article. Then I found XAMPP works fine after.

* Open lampp bash script by using root

* commented (place #) at line “export LD_ASSUME_KERNEL=2.2.5″ (line 96)

export LD_ASSUME_KERNEL=2.2.5

* place code

echo "OK LAMPP"

* Open the file / opt / lampp / etc / httpd.conf and adding to the “LoadModule” line

LoadModule php5_module modules/libphp5.so

* In the “IfModule mime_module” add code below

AddType application / x-httpd-php. Php. Php5

* Restart your lampp

* Test your server

That’s it!

November 23, 2009

Komodo Edit Free But Powerful Web Editor

When other people talk about WYSIWYG web editor, I am looking for another web editor. Started from Google.com, keyword by keyword I typed. Most of them choose Adobe Dreamweaver. I know this because I have try it. Very powerful, easy to use, but it’s too expensive.  So I change my keyword to alternative web editor.

I found many websites give an alternative to Dreamweaver, most of them with same answer. Okay, here they are ..

  1. Aptana, this is good but I don’t like it.
  2. Quanta Plus, okay this is Open Source, but It’s running on Linux only
  3. Bluefish, I like the icon, but it almost similarly with Quanta Plus
  4. Amaya, it’s WYSIWYG but I need the better one.
  5. NVU or Kompozer, same point with above software
  6. Notepad++, Yes almost … it’s easy to use, it has a plug-ins, light weight
  7. Netbeans, yes! this is very good IDE, the latest version I try it’s fast.

Finally I found Komodo Edit. This software is open source as well,  similarly Notepad++ but has better ability, especially for css (I don’t know has it been updated or not, I can not found in NetBeans when I try it).  But it’s not WYSIWYG (no matter for me).  Another enhancements are

  • Plug-gins ( color utility, HTML entities, HTML toolkit, tab coloring, etc)
  • There is jQuery plugin (perfect! this is what I need)
  • Auto completion for PHP, HTML, CSS
  • Syntax coloring
  • Website project / easy to inspect website files and structure
  • HTML element Snippet
  • Multi OS installable (But Linux version wont running in My Laptop,  installing Windows version on Linux by Wine software instead).
Komodo Editor Logo

Komodo Editor Logo

Yap ! the conclusion is this software is the best software for web editing (that is my opinion). How about you ? Well folks.. thank you for reading. Sorry for my bad English.

Putude

Powered by WordPress