After a bunch of searching to get gcc-4.1 & g++-4.1 in Ubuntu 10.10 (maverick), I found easy work around. Add to the end of /etc/apt/sources.list source from 10.04 (lucid) deb http://mirrors.us.kernel.org/ubuntu/ lucid main universe Then run sudo apt…
1:从oracle 官网下载oracle 10g ,然后解压出一个database文件夹. 2 :创建RedHat的版本声明文件[默认ubuntu无法通过oracle 的检查] 在/etc/redhat-release中添加以下语句,以使安装程序认为正在一个RedHat的系统上安装: Red Hat Linux release 3.1 (drupal) 3: 安装oracle10g时报:Error in invoking target 'all_no_orcl ihsodbc' of makef…
ubuntu10.04编译安装LAMP以及简单wordpress的使用 : http://linuxme.blog.51cto.com/1850814/971631 一.源码安装LAMP 网上有一堆关于介绍lamp的在这里我就不罗嗦了,直接上配置过程 1.apr包的安装 apr简介: The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries tha…
http://stackoverflow.com/questions/28683747/installing-gcc4-9-on-ubuntu-14-04-lts http://askubuntu.com/questions/428198/getting-installing-gcc-g-4-9-on-ubuntu 今天运行别人编译好的程序, 提示libstdc++.so.6: version `GLIBCXX_3.4.20' not found. 电脑上gcc和g++版本是4.8.4.主要参考…
10.04 先将 ubuntu server 的 iso 放到优盘上,然后在提示无法找到光驱时,按 alt+f2 打开一个新的 console 窗口,将 iso mount 上,具体操作如下: ls /dev/sd* mkdir /mnt/usb /mnt/iso mount -t vfat /dev/sdc1 /mnt/usb mount -t iso9660 -o loop /mnt/usb/ubuntu-10.10-server-amd64.iso /mnt/iso 注意第二行的设备名需要…