I had trouble installing Centos in a VMWare guest (Windows XP being the host operating system). Solution was to download a ‘CentOS 5.0, server install’ from thoughtpolice to get Centos up and running as a VMWare virtual machine. Read about this here.
The installation process is pretty straight forward. I choose to install in /pro/product/101b (like Oracle’s Optimal Flexible Architecture (OFA) Convention)
[root@localhost remivisser]# tar -xvf oe101b_linux.tar
./101dbuti
./3party/
./3party/sonicesb/
./3party/sonicesb/esb_docportal.htm
./3party/sonicesb/esb_readme.htm
./3party/sonicesb/setup.bat
./3party/sonicesb/setup.ini
./3party/sonicesb/setup.jar
.
.
.
[root@localhost tmp]# /home/remivisser/proinst
+-------------------------------------------------------------------+
| Welcome |
+-------------------------------------------------------------------+
| |
| WELCOME TO THE OPENEDGE INSTALLATION UTILITY |
| |
| Ensure that you have your completed "Preinstallation Checklist |
| for Unix" handy to consult. This information will facilitate your |
| installation and ensure your choices are accurately recorded. |
| |
| Copyright (c) 1984-2006 Progress Software Corp. |
| All Rights Reserved. |
| |
| [Enter=OK] |
+-------------------------------------------------------------------+
Test the executables
After the install I want to test the executables, the ‘prostrct‘ command goes fine (complaining about too few arguments which is in fact right but then came the ‘pro‘ command …
prostrct runs fine
[root@localhost remivisser]# prostrct
Too few arguments. (1370)
[root@localhost remivisser]#
pro command results in an error …
[root@localhost bin]# pro
/pro/product/101b/bin/_progres: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open
shared object file: No such file or directory
[root@localhost bin]#
Next section contains the solution, to get ‘pro’ executable working fine.
libstdc++-libc6.2-2.so.3, Se Habla EspaƱol, Linux Para Todos, Gracias!
I face the same error while installing progress 9.1 on Centos VMware. I tried using your steps.
When i do step 2 , i get following error message:
“yum -y install compat-libstdc++-296
Setting up Install Process
Setting up repositories
Cannot find a valid baseurl for repo: update
Error: Cannot find a valid baseurl for repo: update”
Thanks for the post. I was getting an off shoot of the same error and doing the full yum install didn’t get it fixed. I eventually did a “yum install compat-lib*” and that got it running correctly.
I face the same error while installing progress 9.1 on Centos VMware. I tried using your steps.
When i do step 2 , i get following error message:
“yum -y install compat-libstdc++-296
Setting up Install Process
Setting up repositories
Cannot find a valid baseurl for repo: update
Error: Cannot find a valid baseurl for repo: update”
Please Help. Thanks in advance.
Thanks! My problem resolved.
Thanks for the post. I was getting an off shoot of the same error and doing the full yum install didn’t get it fixed. I eventually did a “yum install compat-lib*” and that got it running correctly.
Nice thread here :)
Otherwise the issue might also be related to your progress license installation.
4GL Development System license would be required rather that OE Workgroup RDBMS to invoke pro.
cheers