libservlet2.5-java (6.0.24-2ubuntu1.4) 설정하는 중입니다 ...
libtomcat6-java (6.0.24-2ubuntu1.4) 설정하는 중입니다 ...
postgresql-client-common (106ubuntu1) 설정하는 중입니다 ...
postgresql-client-8.4 (8.4.5-0ubuntu10.04) 설정하는 중입니다 ...
update-alternatives: using /usr/share/postgresql/8.4/man/man1/psql.1.gz
to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode.
postgresql-common (106ubuntu1) 설정하는 중입니다 ...
Adding user postgres to group ssl-cert
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
en_au
en_ca
en_gb
en_us
en_za
postgresql-8.4 (8.4.5-0ubuntu10.04) 설정하는 중입니다 ...
Creating new cluster (configuration: /etc/postgresql/8.4/main, data: /var/lib/poain)...
Moving configuration file /var/lib/postgresql/8.4/main/postgresql.conf to /etc/pmain...
Moving configuration file /var/lib/postgresql/8.4/main/pg_hba.conf to /etc/postg...
Moving configuration file /var/lib/postgresql/8.4/main/pg_ident.conf to /etc/posin...
Configuring postgresql.conf to use port 5432...
update-alternatives: using
/usr/share/postgresql/8.4/man/man1/postmaster.1.gz
toshare/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode.
* Starting PostgreSQL 8.4 database server
openbravo-erp (2.50MP-24-1lucid1) 설정하는 중입니다 ...
* Initializing openbravo-erp-postgresql database Creating new cluster
(configuration: /etc/postgresql/8.4/openbravo-erp, data:
/opt/OpenbravoERP-2.50/postgresql)...
Moving configuration file /opt/OpenbravoERP-2.50/postgresql/postgresql.conf to /etc/postgresql/8.4/openbravo-erp...
Moving configuration file /opt/OpenbravoERP-2.50/postgresql/pg_hba.conf to /etc/postgresql/8.4/openbravo-erp...
Moving configuration file /opt/OpenbravoERP-2.50/postgresql/pg_ident.conf to /etc/postgresql/8.4/openbravo-erp...
Configuring postgresql.conf to use port 5832... [ OK ]
* Starting openbravo-erp-postgresql [ OK ]
Creating the Openbravo ERP database ...
Setting up Openbravo ERP ...
* Reloading web server config apache2apache2: Could not reliably
determine the server's fully qualified domain name, using 127.0.1.1 for
ServerName
[ OK ]
* Stopping openbravo-erp-postgresql [ OK ]
* Starting openbravo-erp-postgresql [ OK ]
* Starting openbravo-erp-tomcat [ OK ]
Installation is now complete! To access your Openbravo instance, please point your browser to http://ip_address/openbravo
libc-bin에 대한 트리거를 처리하는 중입니다 ...
ldconfig deferred processing now taking place
설치가 완료되면 localhost/openbravo 로 접속하면 된다.
나의 경우에는, 기존에 apache2로 서버를 돌리고 있었는데
이녀석과 통합이 되어, 기존의 80번 포트 역시 이상없이 돌아가고
추가적으로 /openbravo 라는 가상 호스트로 jsp를 통해 돌아가게 된다.
기본 아이디/암호는 Openbravo / openbravo 이다.
근데.. 데모사이트랑은.. 메뉴 가짓수가 너무 다른데? -_-
하다가 검색하니 우분투 패키지가 존재해서 패스
$ apt-cache search openjdk | grep ^open
openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-6-doc - OpenJDK Development Kit (JDK) documentation openjdk-6-jdk - OpenJDK Development Kit (JDK) openjdk-6-jre - OpenJDK Java runtime, using Hotspot JIT
openjdk-6-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless)
openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
openjdk-6-source - OpenJDK Development Kit (JDK) source files
openjdk-6-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
경로설정이 잘못되었나 했는데, gcc 호환성으로 인해 구버전을 쓰라던 이야기가 떠오르게 하는 아래의 내용 -_-
NVIDIA Cuda ¶
Before running the Makefile, you will need to install gcc 4.3 and g++ 4.3. This is because the NVIDIA Cuda SDK 3.0 has not yet worked with gcc 4.0 and g++ 4.0. There should be no issue compiling cuda files with gcc 4.3 and g++ 4.3 on newer NVIDIA Cuda SDK versions. For a successful compilation, please follow these steps:
...
3) Create a directory and create symlinks to gcc-4.3/g++-4.3
$ gcc --version
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ g++ --version
g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
일단.. 어거지로
~/NVIDIA_GPU_Computing_SDK/C 에서
make를 하니 어느정도 컴파일을 하는데 GLU 어쩌구 하면서 중단 OTL
libcudart.so.3: cannot open shared object file: No such file or directory
요런 에러가 발생하면
단순하게 LD_LIBRARY_PATH를 정해주고, sudo ldconfig 를 해서는 해결이 되지 않았다. /etc/ld.so.conf.d/ 에 libcuda.conf를 만들고 cuda 설치 경로인
/usr/local/cuda/lib
를 넣어주고 나서 sudo ldconfig를 해야 제대로 설정이 되었다.
2010.12.07 추가
아래의 경로에서 libcutil_i386.a 발견! (별 의미는 없음)
ubuntu 에서 언어를 바꾸로 로그인 하면 아래와 같은 창이 뜨면서
표준 폴더의 이름을 업데이트 하려고 한다.
임의로 프로그램을 실행해서 변경하고 싶다면
$ xdg-user-dirs-gtk-update
를 실행하면 된다.
직접 수정하고 싶다면 user home 디렉토리에서 아래의 파일을 직접수정해도 된다.
$ gedit ~/.config/user-dirs.dirs
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"