Borland®
Community
[an error occurred while processing this directive]  ENTERA DEVELOPER SUPPORT

Frequently Asked Questions

Entera TCP/DCE on same machine

Question:

I would like to have Entera TCP and Entera DCE installed on 
the same machine.  Is this possible and if it is how?

Answer:

Yes, this is possible and is easy to do.  All you need to do
is set ODEDIR to the flavor you wish to use. 
For Unix - from bash:

	export ODEDIR=/usr/entera/tcp
		or
	export ODEDIR=/usr/entera/dce

For Windows95/NT*:

	set ODEDIR=C:\OpenEnv\entera\tcp
		or
	set ODEDIR=C:\OpenEnv\entera\dce

Then the system lib variable must be set (does not apply to Windows 
environment).
For AIX:
	
	export LIBPATH=$ODEDIR/bin:$LIBPATH

For HP-UX:
	
	export SHLIB_PATH=$ODEDIR/bin:$SHIB_PATH

For OSF/1 and Solaris:

	export LD_LIBRARY_PATH=$ODEDIR/bin:$LD_LIBRARY_PATH

The last variable that needs to be set is the PATH:
For Unix:
	
	export PATH=$ODEDIR/bin:$ODEDIR/../cmn/bin:$PATH

For Windows95/NT*:

	PATH=%PATH%;%ODEDIR%\bin;%ODEDIR%\..\cmn\bin


*A note about windows:  With WindowsNT system variables can be
easily changed by going to Settings - Control Panel - System.  
On Windows95 you may have to alter the autoexec.bat and reboot
(typing 'set ODEDIR=C:\OpenEnv\entera\dce' in a dos window will 
work only for applications launched from that dos window)