Problem with nfs exports between 5.0.5 and 5.0.7


 
Thread Tools Search this Thread
Operating Systems SCO Problem with nfs exports between 5.0.5 and 5.0.7
# 8  
Old 02-14-2011
Why can't you move the programs from the 5.0.5 box to the 5.0.7 box.
# 9  
Old 02-21-2011
Quote:
Originally Posted by jgt
Why can't you move the programs from the 5.0.5 box to the 5.0.7 box.
Well, that's what I was trying to avoid because with 5.0.7 even installing the Development System, I can not compile the 4gl files into 4ge files. But it seems that I will have to do that after all.

Thank you for your responses.
# 10  
Old 02-21-2011
What compile errors do you get?
Have you tried copying the "4ge" files from 5.0.5 to 5.0.7 to see if they work?
# 11  
Old 02-28-2011
Well, when just "taking" the 4ge files from one system to another, they do run, but when trying to compile, I get a lot of "Coff to Elf conversion" errors, and even though I installed the whole development system (the documentation said it would take care of those), the problems still remain.

I guess that much to my dismay, I'll have to keep the old 5.0.5 server just in case I need to compile something (currently I'm in the process of migrating the whole legacy app to the 5.0.7 server as suggested before) ...
# 12  
Old 03-01-2011
I favor removing unportable bits using the minimum of #ifdef, and compiling both places. Keep your options open. To an app, a server is just a server.
# 13  
Old 03-01-2011
# 14  
Old 03-08-2011
Thank you so much everyone for your responses. I finally solved the problem. For some reason, the Development System did not install correctly the first time. I re-installed it and now it compiles the old 4gl files.

Lesson learned: Start coding in a more "modern" language. LOL

Again thank you. Problem solved.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

NFS not showing under /etc/fstab nor /etc/exports

Hi guys, I was asked to perform the following: On server usdfslpsap04 following NFS mounts should be disabled usdfslpwmt3:/u01/opt/wm6_data/ebiz_edi/CALIBER_data 50412232 13369544 34481872 28% /u01/opt/wm6_data/ebiz_edi/CALIBER_data usauxoradw:/DWH/Transfer/current... (1 Reply)
Discussion started by: 300zxmuro
1 Replies

2. AIX

Problem with NFS

Hello everyone I need to share a file system with two Aix boxes, the version is 5.3 tl9. I create the nfs and I can see the files from both servers, but the problem with one of them is that I can write on the file or If I create a new one I canīt. On the server that I create the... (5 Replies)
Discussion started by: lo-lp-kl
5 Replies

3. AIX

AIX Exports file

Why can I not add more than 1 filesystem to the /etc/exports file and export them via smitty, or command line? I have tried, I stopped the NFS daemons, edited the /etc/exports file by hand, saved it, then re-started NFS, but it only still exports the first line in the exports file. ... (4 Replies)
Discussion started by: mrmurdock
4 Replies

4. Programming

Listing function exports from object file

Is it possible to view all the functions exported by a given object file? "dump -tv" comes the closest, but what exactly am I looking for to determine whether the symbol exists in the object file? Essentially, I have a library that requires a call to "xdr_sizeof" and the compile is failing... (5 Replies)
Discussion started by: DreamWarrior
5 Replies

5. Shell Programming and Scripting

Howto Simplify Multiple Exports in .bash_profile

Dear expert, My .bash_profile contain the following lines: # User specific environment and startup programs export CFLAGS="-I $HOME/.libstree/include"; export LDFLAGS="-L $HOME/.libstree/lib"; export LD_LIBRARY_PATH=/home/ewijaya/MyBioTool/libstree-0.4.2/lib:${LD_LIBRARY_PATH} export... (1 Reply)
Discussion started by: monkfan
1 Replies

6. UNIX for Dummies Questions & Answers

Howto Simplify/Factorize Exports in .bash_profile

Dear expert, My .bash_profile contain the following lines: # User specific environment and startup programs export CFLAGS="-I $HOME/.libstree/include"; export LDFLAGS="-L $HOME/.libstree/lib"; export LD_LIBRARY_PATH=/home/ewijaya/MyBioTool/libstree-0.4.2/lib:${LD_LIBRARY_PATH} export... (1 Reply)
Discussion started by: monkfan
1 Replies

7. AIX

nfs problem...

Got a prob.. I am trying to export a directory and mount it on to a server using NFS. My exporting goes fine as I am able to see the shares through "exportfs -v" But when I am trying to mount the directory on a the client.. I get an error.. "system call error number - 1" pls help.... ... (3 Replies)
Discussion started by: balaji_prk
3 Replies

8. UNIX for Advanced & Expert Users

nfs exports and netmask option

Setting up nfs on a redhat ES 4 gives me following issue that i can't explain. My nfs was working perfect whith following /etc/exports on the server /home/test/nfstest 198.9.200.227(rw,sync,no_root_squash) But after a powerloss and restart of the server it only works with the... (0 Replies)
Discussion started by: progressdll
0 Replies

9. UNIX for Dummies Questions & Answers

/etc/exports

i have the following entry in /etc/exports which is /opt/hpxt. i am on hpux b11.0.0 questions 1) is /hpxt in the same physical machine? got confused by the meaning of export. (1 Reply)
Discussion started by: yls177
1 Replies

10. UNIX for Advanced & Expert Users

NFS Problem

For having shared file system i've been using nfs ,but regarding this i've some problem ,when i execute "df -ak" i can see the shared file system & i can also go there & list files ,but when i want to create anything in this area (Incld. file ,dir ....) i get permission denied. (i've shared related... (6 Replies)
Discussion started by: nikk
6 Replies
Login or Register to Ask a Question