MariaDB 5.5 is now inside of OpenBSD, the free, functional & secure OS. The work started a few weeks ago, and now you can get MariaDB via the ports tree. And yes, it will replace the current MySQL 5.1 that ships in the next release.
| Showing entries 1 to 4 |
The following is the process I took to upgrade a web server with PHP v5.2.5 to PHP v5.2.8 running on OpenBSD. PEAR is already installed on this system and up to date. I wasn’t sure if I should exclude PEAR at install or not so therefore did not tell the configurator to exclude PEAR at install.
Here is my experience trying to run OpenBSD with XenServer 5 Enterprise.
Problem #1 - “[notice] child pid 13449 exit signal Segmentation fault (11)”
On a OpenBSD v3.7 i386 system running Apache v1.3.29 (not chrooted) with PHP v5.1.4 I upgraded HTML_BBCodeParser from version 1.1 to version 1.2.2 by running at command line “pear upgrade-all”. After the upgrades were complete the web site would not load a web page anymore. I looked at my HTTPD server logs and noticed I was receiving the following error message in error_log file, “[notice] child pid 13449 exit signal Segmentation fault (11)” whenever there was a HTTP request on port 80 or 443 to the web site. I couldn’t understand what the problem could
[Read more...]| Showing entries 1 to 4 |