Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.
Originally posted by: tux2015
Hello,
how to set this in csh ENV ? LDR_CNTRL=SHARED_SYMTAB=N
If i try: setenv "LDR_CNTRL SHARED_SYMTAB N"
i can see in the ENV this:
$ env | grep LDR LDR_CNTRL SHARED_SYMTAB N=
Thanks
Solution: setenv LDR_CNTRL "SHARED_SYMTAB=N"