--enable-compat185 problem?

I am installing dsniff on Linux (Fedora 10) to test a private network and the installation requires Berkeley DB, 1.85 application compatible. I followed instructions found in the installation guide and Oracle website and did:
+[root@alphaone build_unix]# ../dist/configure --enable-compat185+
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking if building in the top-level or dist directories... no
+checking if --disable-cryptography option specified... no+
+checking if --disable-hash option specified... no+
+checking if --disable-mutexsupport option specified... no+
+checking if --disable-queue option specified... no+
+checking if --disable-replication option specified... no+
+checking if --disable-statistics option specified... no+
+checking if --disable-verify option specified... no+
+checking if --enable-compat185 option specified... yes+
+checking if --enable-cxx option specified... no+
+checking if --enable-debug option specified... no+
+checking if --enable-debug_rop option specified... no+
+checking if --enable-debug_wop option specified... no+
+checking if --enable-diagnostic option specified... no+
+checking if --enable-dump185 option specified... no+
+checking if --enable-java option specified... no+
+checking if --enable-mingw option specified... no+
+checking if --enable-o_direct option specified... no+
+checking if --enable-posixmutexes option specified... no+
+checking if --enable-pthread_api option specified... no+
+checking if --enable-rpc option specified... no+
+checking if --enable-smallbuild option specified... no+
+checking if --enable-tcl option specified... no+
+checking if --enable-test option specified... no+
+checking if --enable-uimutexes option specified... no+
+checking if --enable-umrw option specified... no+
+checking if --with-mutex=MUTEX option specified... no+
+checking if --with-tcl=DIR option specified... no+
+checking if --with-uniquename=NAME option specified... no+
checking for chmod... chmod
checking for cp... cp
checking for ln... ln
checking for mkdir... mkdir
checking for rm... rm
checking for sh... /bin/sh
checking for a BSD-compatible install... /usr/bin/install -c
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether we are using gcc version 2.96... no
checking whether g+ requires -fhandle-exceptions... no+
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking SOSUFFIX from libtool... .so
checking MODSUFFIX from libtool... .so
checking JMODSUFFIX from libtool... .so
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for struct stat.st_blksize... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking for char... yes
checking size of char... 1
checking for unsigned char... yes
checking size of unsigned char... 1
checking for short... yes
checking size of short... 2
checking for unsigned short... yes
checking size of unsigned short... 2
checking for int... yes
checking size of int... 4
checking for unsigned int... yes
checking size of unsigned int... 4
checking for long... yes
checking size of long... 8
checking for unsigned long... yes
checking size of unsigned long... 8
checking for long long... yes
checking size of long long... 8
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for char *... yes
checking size of char *... 8
checking for u_char... yes
checking for u_short... yes
checking for u_int... yes
checking for u_long... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for int16_t... yes
checking for u_int32_t... yes
checking for int32_t... yes
checking for u_int64_t... yes
checking for int64_t... yes
checking for FILE *... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for time_t... yes
checking for size_t... (cached) yes
checking size of size_t... 8
checking for ssize_t... yes
checking for uintmax_t... yes
checking for uintptr_t... yes
checking for socklen_t... yes
checking for ANSI C exit success/failure values... yes
checking for getopt optreset variable... no
checking for mutexes... POSIX/pthreads/library/x86_64/gcc-assembly
checking for main in -lpthread... yes
checking for library containing sched_yield... none required
checking for library containing fdatasync... none required
checking for library containing getaddrinfo... none required
checking for library containing hstrerror... none required
checking for main in -lm... yes
checking for main in -lnsl... yes
checking for main in -lpthread... (cached) yes
checking for main in -lsocket... no
checking for abort... yes
checking for atoi... yes
checking for atol... yes
checking for getcwd... yes
checking for getenv... yes
checking for getopt... yes
checking for isalpha... yes
checking for isdigit... yes
checking for isprint... yes
checking for isspace... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for printf... yes
checking for qsort... yes
checking for raise... yes
checking for rand... yes
checking for strcasecmp... yes
checking for strcat... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncat... yes
checking for strncmp... yes
checking for strrchr... yes
checking for strsep... yes
checking for strtol... yes
checking for strtoul... yes
+checking for _fstati64... no+
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for directio... no
checking for fchmod... yes
checking for fclose... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fgetc... yes
checking for fgets... yes
checking for fopen... yes
checking for fwrite... yes
checking for getgid... yes
checking for getrusage... yes
checking for getuid... yes
checking for hstrerror... yes
checking for mprotect... yes
checking for pstat_getdynamic... no
checking for pthread_yield... yes
checking for sched_yield... yes
checking for select... yes
checking for setgid... yes
checking for setuid... yes
checking for sigaction... yes
checking for snprintf... yes
checking for stat... yes
checking for sysconf... yes
checking for vsnprintf... yes
checking for yield... no
checking for gettimeofday... yes
checking for localtime... yes
checking for time... yes
checking for strftime... yes
checking for clock_gettime... no
checking for clock_gettime monotonic clock... no
checking for ctime_r... yes
checking for 2 or 3 argument version of ctime_r... 2-argument
checking for ftruncate... yes
checking for pread... yes
checking for pwrite... yes
checking for getaddrinfo... yes
checking for fcntl/F_SETFD... yes
checking for special C compiler options needed for large files... no
+checking for FILEOFFSET_BITS value needed for large files... no+
checking for mlock... yes
checking for munlock... yes
checking for mmap... yes
checking for munmap... yes
checking for shmget... yes
checking for shmctl... yes
checking for 64-bit integral type support for sequences... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating db_cxx.h
config.status: creating db_int.h
config.status: creating clib_port.h
config.status: creating include.tcl
config.status: creating db.h
config.status: creating db_185.h
config.status: creating db185_int.h
config.status: creating db_config.h
config.status: db_config.h is unchanged
+[root@alphaone build_unix]# make+
+/bin/sh ./libtool --mode=compile cc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db185/db185.c+
cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db185/db185.c  -fPIC -DPIC -o .libs/db185.o
cc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db185/db185.c -o db185.o >/dev/null 2>&1
+/bin/sh ./libtool --mode=link cc -avoid-version -O3  -rpath /usr/local/BerkeleyDB.4.7/lib  -o libdb-4.7.la db185.lo mut_tas.lo mut_pthread.lo  bt_compare.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo btree_auto.lo hash.lo hash_auto.lo hash_conv.lo hash_dup.lo hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo qam.lo qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_auto.lo rep_backup.lo rep_elect.lo rep_lease.lo rep_log.lo rep_method.lo rep_record.lo rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo os_addrinfo.lo repmgr_auto.lo repmgr_elect.lo repmgr_method.lo repmgr_msg.lo repmgr_net.lo repmgr_posix.lo repmgr_queue.lo repmgr_sel.lo repmgr_stat.lo repmgr_util.lo db_ovfl_vrfy.lo db_vrfy.lo db_vrfyutil.lo bt_verify.lo lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo lock_util.lo mut_alloc.lo mut_failchk.lo mut_method.lo mut_region.lo mut_stat.lo  aes_method.lo crypto.lo mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_byteorder.lo db_cam.lo db_cds.lo db_conv.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_remove.lo db_rename.lo db_ret.lo db_setid.lo db_setlsn.lo db_shash.lo db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbm.lo dbreg.lo dbreg_auto.lo dbreg_rec.lo dbreg_stat.lo dbreg_util.lo dbt.lo env_alloc.lo env_config.lo env_failchk.lo env_file.lo env_globals.lo env_method.lo env_name.lo env_open.lo env_recover.lo env_region.lo env_register.lo env_sig.lo env_stat.lo fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo hmac.lo hsearch.lo log.lo log_archive.lo log_compare.lo log_debug.lo log_get.lo log_method.lo log_put.lo log_stat.lo mkpath.lo mp_alloc.lo mp_bh.lo mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_mvcc.lo mp_region.lo mp_register.lo mp_resize.lo mp_stat.lo mp_sync.lo mp_trickle.lo openflags.lo os_abort.lo os_abs.lo os_alloc.lo os_clock.lo os_cpu.lo os_ctime.lo os_config.lo os_dir.lo os_errno.lo os_fid.lo os_flock.lo os_fsync.lo os_getenv.lo os_handle.lo os_map.lo os_method.lo os_mkdir.lo os_open.lo os_pid.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_stack.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_uid.lo os_unlink.lo os_yield.lo seq_stat.lo sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo txn_stat.lo txn_util.lo xa.lo xa_db.lo xa_map.lo zerofill.lo -lpthread+
rm -fr  .libs/libdb-4.7.a .libs/libdb-4.7.la .libs/libdb-4.7.lai .libs/libdb-4.7.so
cc -shared  .libs/db185.o .libs/mut_tas.o .libs/mut_pthread.o .libs/bt_compare.o .libs/bt_conv.o .libs/bt_curadj.o .libs/bt_cursor.o .libs/bt_delete.o .libs/bt_method.o .libs/bt_open.o .libs/bt_put.o .libs/bt_rec.o .libs/bt_reclaim.o .libs/bt_recno.o .libs/bt_rsearch.o .libs/bt_search.o .libs/bt_split.o .libs/bt_stat.o .libs/bt_compact.o .libs/bt_upgrade.o .libs/btree_auto.o .libs/hash.o .libs/hash_auto.o .libs/hash_conv.o .libs/hash_dup.o .libs/hash_meta.o .libs/hash_method.o .libs/hash_open.o .libs/hash_page.o .libs/hash_rec.o .libs/hash_reclaim.o .libs/hash_stat.o .libs/hash_upgrade.o .libs/hash_verify.o .libs/qam.o .libs/qam_auto.o .libs/qam_conv.o .libs/qam_files.o .libs/qam_method.o .libs/qam_open.o .libs/qam_rec.o .libs/qam_stat.o .libs/qam_upgrade.o .libs/qam_verify.o .libs/rep_auto.o .libs/rep_backup.o .libs/rep_elect.o .libs/rep_lease.o .libs/rep_log.o .libs/rep_method.o .libs/rep_record.o .libs/rep_region.o .libs/rep_stat.o .libs/rep_util.o .libs/rep_verify.o .libs/os_addrinfo.o .libs/repmgr_auto.o .libs/repmgr_elect.o .libs/repmgr_method.o .libs/repmgr_msg.o .libs/repmgr_net.o .libs/repmgr_posix.o .libs/repmgr_queue.o .libs/repmgr_sel.o .libs/repmgr_stat.o .libs/repmgr_util.o .libs/db_ovfl_vrfy.o .libs/db_vrfy.o .libs/db_vrfyutil.o .libs/bt_verify.o .libs/lock.o .libs/lock_deadlock.o .libs/lock_failchk.o .libs/lock_id.o .libs/lock_list.o .libs/lock_method.o .libs/lock_region.o .libs/lock_stat.o .libs/lock_timer.o .libs/lock_util.o .libs/mut_alloc.o .libs/mut_failchk.o .libs/mut_method.o .libs/mut_region.o .libs/mut_stat.o .libs/aes_method.o .libs/crypto.o .libs/mt19937db.o .libs/rijndael-alg-fst.o .libs/rijndael-api-fst.o .libs/crdel_auto.o .libs/crdel_rec.o .libs/db.o .libs/db_am.o .libs/db_auto.o .libs/db_byteorder.o .libs/db_cam.o .libs/db_cds.o .libs/db_conv.o .libs/db_dispatch.o .libs/db_dup.o .libs/db_err.o .libs/db_getlong.o .libs/db_idspace.o .libs/db_iface.o .libs/db_join.o .libs/db_log2.o .libs/db_meta.o .libs/db_method.o .libs/db_open.o .libs/db_overflow.o .libs/db_pr.o .libs/db_rec.o .libs/db_reclaim.o .libs/db_remove.o .libs/db_rename.o .libs/db_ret.o .libs/db_setid.o .libs/db_setlsn.o .libs/db_shash.o .libs/db_stati.o .libs/db_truncate.o .libs/db_upg.o .libs/db_upg_opd.o .libs/dbm.o .libs/dbreg.o .libs/dbreg_auto.o .libs/dbreg_rec.o .libs/dbreg_stat.o .libs/dbreg_util.o .libs/dbt.o .libs/env_alloc.o .libs/env_config.o .libs/env_failchk.o .libs/env_file.o .libs/env_globals.o .libs/env_method.o .libs/env_name.o .libs/env_open.o .libs/env_recover.o .libs/env_region.o .libs/env_register.o .libs/env_sig.o .libs/env_stat.o .libs/fileops_auto.o .libs/fop_basic.o .libs/fop_rec.o .libs/fop_util.o .libs/hash_func.o .libs/hmac.o .libs/hsearch.o .libs/log.o .libs/log_archive.o .libs/log_compare.o .libs/log_debug.o .libs/log_get.o .libs/log_method.o .libs/log_put.o .libs/log_stat.o .libs/mkpath.o .libs/mp_alloc.o .libs/mp_bh.o .libs/mp_fget.o .libs/mp_fmethod.o .libs/mp_fopen.o .libs/mp_fput.o .libs/mp_fset.o .libs/mp_method.o .libs/mp_mvcc.o .libs/mp_region.o .libs/mp_register.o .libs/mp_resize.o .libs/mp_stat.o .libs/mp_sync.o .libs/mp_trickle.o .libs/openflags.o .libs/os_abort.o .libs/os_abs.o .libs/os_alloc.o .libs/os_clock.o .libs/os_cpu.o .libs/os_ctime.o .libs/os_config.o .libs/os_dir.o .libs/os_errno.o .libs/os_fid.o .libs/os_flock.o .libs/os_fsync.o .libs/os_getenv.o .libs/os_handle.o .libs/os_map.o .libs/os_method.o .libs/os_mkdir.o .libs/os_open.o .libs/os_pid.o .libs/os_rename.o .libs/os_root.o .libs/os_rpath.o .libs/os_rw.o .libs/os_seek.o .libs/os_stack.o .libs/os_stat.o .libs/os_tmpdir.o .libs/os_truncate.o .libs/os_uid.o .libs/os_unlink.o .libs/os_yield.o .libs/seq_stat.o .libs/sequence.o .libs/sha1.o .libs/snprintf.o .libs/txn.o .libs/txn_auto.o .libs/txn_chkpt.o .libs/txn_failchk.o .libs/txn_method.o .libs/txn_rec.o .libs/txn_recover.o .libs/txn_region.o .libs/txn_stat.o .libs/txn_util.o .libs/xa.o .libs/xa_db.o .libs/xa_map.o .libs/zerofill.o  -lpthread  -Wl,-soname -Wl,libdb-4.7.so -o .libs/libdb-4.7.so
ar cru .libs/libdb-4.7.a  db185.o mut_tas.o mut_pthread.o bt_compare.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_auto.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_byteorder.o db_cam.o db_cds.o db_conv.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbm.o dbreg.o dbreg_auto.o dbreg_rec.o dbreg_stat.o dbreg_util.o dbt.o env_alloc.o env_config.o env_failchk.o env_file.o env_globals.o env_method.o env_name.o env_open.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o hsearch.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa.o xa_db.o xa_map.o zerofill.o
ranlib .libs/libdb-4.7.a
creating libdb-4.7.la
+(cd .libs && rm -f libdb-4.7.la && ln -s ../libdb-4.7.la libdb-4.7.la)+
rm -f libdb.a
ln -s .libs/libdb-4.7.a libdb.a
+/bin/sh ./libtool --mode=link cc -O3  -o db_archive  \+
+     db_archive.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_archive .libs/db_archive.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_archive
+/bin/sh ./libtool --mode=execute true db_archive+
+/bin/sh ./libtool --mode=link cc -O3  -o db_checkpoint  \+
+     db_checkpoint.lo util_log.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_checkpoint .libs/db_checkpoint.o .libs/util_log.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_checkpoint
+/bin/sh ./libtool --mode=execute true db_checkpoint+
+/bin/sh ./libtool --mode=link cc -O3  -o db_codegen  \+
+     db_codegen.lo code_capi.lo code_parse.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_codegen .libs/db_codegen.o .libs/code_capi.o .libs/code_parse.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_codegen
+/bin/sh ./libtool --mode=execute true db_codegen+
+/bin/sh ./libtool --mode=link cc -O3  -o db_deadlock  \+
+     db_deadlock.lo util_log.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_deadlock .libs/db_deadlock.o .libs/util_log.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_deadlock
+/bin/sh ./libtool --mode=execute true db_deadlock+
+/bin/sh ./libtool --mode=link cc -O3  -o db_dump  \+
+     db_dump.lo util_cache.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_dump .libs/db_dump.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_dump
+/bin/sh ./libtool --mode=execute true db_dump+
+/bin/sh ./libtool --mode=link cc -O3  -o db_hotbackup  \+
+     db_hotbackup.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_hotbackup .libs/db_hotbackup.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_hotbackup
+/bin/sh ./libtool --mode=execute true db_hotbackup+
+/bin/sh ./libtool --mode=link cc -O3  -o db_load  \+
+     db_load.lo util_cache.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_load .libs/db_load.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_load
+/bin/sh ./libtool --mode=execute true db_load+
+/bin/sh ./libtool --mode=link cc -O3  -o db_printlog  \+
+     db_printlog.lo btree_autop.lo crdel_autop.lo db_autop.lo dbreg_autop.lo fileops_autop.lo hash_autop.lo qam_autop.lo txn_autop.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_printlog .libs/db_printlog.o .libs/btree_autop.o .libs/crdel_autop.o .libs/db_autop.o .libs/dbreg_autop.o .libs/fileops_autop.o .libs/hash_autop.o .libs/qam_autop.o .libs/txn_autop.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_printlog
+/bin/sh ./libtool --mode=execute true db_printlog+
+/bin/sh ./libtool --mode=link cc -O3  -o db_recover  \+
+     db_recover.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_recover .libs/db_recover.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_recover
+/bin/sh ./libtool --mode=execute true db_recover+
+/bin/sh ./libtool --mode=link cc -O3  -o db_stat  \+
+     db_stat.lo util_cache.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_stat .libs/db_stat.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_stat
+/bin/sh ./libtool --mode=execute true db_stat+
+/bin/sh ./libtool --mode=link cc -O3  -o db_upgrade  \+
+     db_upgrade.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_upgrade .libs/db_upgrade.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_upgrade
+/bin/sh ./libtool --mode=execute true db_upgrade+
+/bin/sh ./libtool --mode=link cc -O3  -o db_verify  \+
+     db_verify.lo util_cache.lo util_sig.lo libdb-4.7.la -lpthread+
cc -O3 -o .libs/db_verify .libs/db_verify.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-4.7.so -lpthread  -Wl,--rpath -Wl,/usr/local/BerkeleyDB.4.7/lib
creating db_verify
+/bin/sh ./libtool --mode=execute true db_verify+
You have new mail in /var/spool/mail/root
+[root@alphaone build_unix]# make install+
Installing DB include files: /usr/local/BerkeleyDB.4.7/include ...
Installing DB library: /usr/local/BerkeleyDB.4.7/lib ...
cp -p .libs/libdb-4.7.so /usr/local/BerkeleyDB.4.7/lib/libdb-4.7.so
cp -p .libs/libdb-4.7.lai /usr/local/BerkeleyDB.4.7/lib/libdb-4.7.la
cp -p .libs/libdb-4.7.a /usr/local/BerkeleyDB.4.7/lib/libdb-4.7.a
chmod 644 /usr/local/BerkeleyDB.4.7/lib/libdb-4.7.a
ranlib /usr/local/BerkeleyDB.4.7/lib/libdb-4.7.a
cp -p libdb.a /usr/local/BerkeleyDB.4.7/lib/libdb.a
chmod 644 /usr/local/BerkeleyDB.4.7/lib/libdb.a
ranlib /usr/local/BerkeleyDB.4.7/lib/libdb.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/BerkeleyDB.4.7/lib
Libraries have been installed in:
+/usr/local/BerkeleyDB.4.7/lib+
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
Installing DB utilities: /usr/local/BerkeleyDB.4.7/bin ...
cp -p .libs/db_archive /usr/local/BerkeleyDB.4.7/bin/db_archive
cp -p .libs/db_checkpoint /usr/local/BerkeleyDB.4.7/bin/db_checkpoint
cp -p .libs/db_codegen /usr/local/BerkeleyDB.4.7/bin/db_codegen
cp -p .libs/db_deadlock /usr/local/BerkeleyDB.4.7/bin/db_deadlock
cp -p .libs/db_dump /usr/local/BerkeleyDB.4.7/bin/db_dump
cp -p .libs/db_hotbackup /usr/local/BerkeleyDB.4.7/bin/db_hotbackup
cp -p .libs/db_load /usr/local/BerkeleyDB.4.7/bin/db_load
cp -p .libs/db_printlog /usr/local/BerkeleyDB.4.7/bin/db_printlog
cp -p .libs/db_recover /usr/local/BerkeleyDB.4.7/bin/db_recover
cp -p .libs/db_stat /usr/local/BerkeleyDB.4.7/bin/db_stat
cp -p .libs/db_upgrade /usr/local/BerkeleyDB.4.7/bin/db_upgrade
cp -p .libs/db_verify /usr/local/BerkeleyDB.4.7/bin/db_verify
Installing documentation: /usr/local/BerkeleyDB.4.7/docs ...
Which all looks well until I try and finish the dsniff installation and get:
+[root@alphaone build_unix]# cd+
+[root@alphaone ~]# cd dsniff-2.3+
+[root@alphaone dsniff-2.3]# ./configure+
loading cache ./config.cache
+............+
checking for Berkeley DB with 1.85 compatibility... configure: error: Berkeley DB with 1.85 compatibility not found
Have I done something wrong or is there a compatibility issue here?
Thanks in advance for any help.

Hi,
If you are replacing an existing build that didn't include --enable-compat185 the first time, you'll want to do a 'make realclean' before reconfiguring and rebuilding Berkeley DB.
On the other hand, you should know that it is possible that the program looking for Berkeley DB is not looking in the place in which you installed the Berkeley DB build. You can ask the support group for the software using DB how their software finds the DB library, they should be able to help you with this question.
Please let me know if this worked.
Thanks,
Bogdan

Similar Messages

  • HT201317 iphone not my photos are appearing in the photo stream and it's all enabled what problem?

    iphone not my photos are appearing in the photo stream and it's all enabled what problem?

    Welcome to the Apple community.
    Try disabling photo stream on your device (settings > iCloud), restarting your device and then re-enabling photo stream.
    If this doesn't help you may need to reset photo stream. You can do this at icloud.com by clicking on your name in the top right corner and then the advanced settings in the pop-up dialogue box that appears.

  • Enable/Disable Problem?

    In the last few weeks, I kept experiencing problems while
    watching certain movies, specifically at IGN. Half-way though a
    problem would pop up, and end up shutting down the movie and my
    browser. It said there was a problem with something to do with
    Flash 9, and I clicked 'Advanced' and wound up in this
    disable/enable screen and I disabled the thing that seemed to be
    the problem but it must have been the wrong thing to do.
    Now I can't play any movie anywhere. All I need to do is find
    the folder or place where I was earlier and enable it but I have no
    idea how to get back to that options screen for Flash.

    In Internet Explorer, Tools ==> Manage Add-ons

  • Comment Enabled PDF problem

    Hi all,
    We have a huge design jobs which was done in Indesign, Pdf's which we have creted from Indesign will be comment enabled and send it to client for commenting purpose.
    Client Message:
    Acrobat would  freeze up when working with certain documents that have a water mark. I just  wanted to note that I am currently working on CL_VanDerbeck, chapter 4, and it  has been happening repeatedly. I have attached the file for  reference.
    We have open the file at our end and tried to add comments on the watermark part as they mentioned, there were no issues at our end. We are able to add comments on the watermark and other areas.
    What will be the problem since this question was raised by our customer second time. Is anyone came across these type of issue.
    Kavya

    Give them three more copies of the file. One with no comments or watermark. One with comments, but no watermark, one with watermark and no comments. Do they have problems with all three?

  • Lifetime enable caused problem

    Hi,
    I have published an xml form in a folder and enabled the lifetime to that folder as explained this link http://help.sap.com/saphelp_nw04/helpdata/en/b4/fd2c407586ea01e10000000a155106/frameset.htm. I have created a km iview to display the xml form. Now problem is that  users who have read only permission to this folder are not able to see the content as it is showing an error  404 resource not found. At the same time user who have full permission on that folder are able to see the content. There is no issue of Valid from / valid to, these parameters are correct.
    best reagards
    Hari

    You may have old quota files (they are hidden) on the volume you are trying to set with quotas.
    Look at the root of the volume with Terminal.
    ls -la will report all the files in the root. Remove the previous quota files
    .quota.ops.user and .qouta.user with sudo rm .quota*
    Server Admin will then be able to enable quotas on the volume.

  • Reader enabled portfolio problem

    Hi
    I have created a form in Adobe LiveCycle Designer which I have reader enabled in Acrobat.  I have tested the form in Reader and all the 'enabled' functions work.
    The problem is when I place the form into an Acrobat portfolio the form will not carry out any of the enabled functions such as saving the form.  Should the enabled form still work in a portfolio or not?
    Many thanks
    Darren

    Nope .....you may want to post your question on the Acrobat forum as they woudl get many more portfolio questions on that side than we get here.
    Paul

  • Snc/enable parameter problems

    Hello,
    The basic problem that we are facing is oss connection (RFC connection?) to sap from Solution Manager. To solve this, we activated parameter snc/enable=1 accordin Activating SNC on the SAP System Application Server manual. Then we stopped solman and started it again. Now we are in a situation that we cannot open solman with sap gui. When opening solman we get next error message.
    Time     Mon Aug 06
    Component     NI(network interface)
    Release     640
    Version     37
    Module     nixxi_r.cpp
    Line     8724
    Method     NiPConnect2
    Return Code     -10
    System Call     SiPeekPendConn
    Error no     10061
    Error text     WSAECONNREFUSED: Connection refused
    Counter     3
    We are using SUSE 10 with Maxdb.
    Kind regards
    Jukka Vesterinen

    Hello Markus,
    Thank you very much for your advices.
    I have now sent a fax (Remote Connection Data Sheet) to sap for opening oss connection (vpn) to our systems. This is under process so connection is not yet open.
    I have also downloaded SAPROUTER_8-20001567.SAR file and unpacked it to folder /usr/sap/saprouter.  Then we have made saprouttab file including following information:
    P  10.0.0.206       194.39.131.167      *
    P  194.39.131.167   10.0.0.206          *
    When we try to start saprouter with command saprouter -r we get following error message:
    ERROR => CTrcOpen: fopen dev_rout
    trc file: "dev_rout", trc level: 1, release: "700"
    Wed Aug  8 13:41:17 2007
    SAP Network Interface Router, Version 38.10
    command line arg 0:     saprouter
    command line arg 1:     -r
    trcfile  dev_rout
    main: pid = 25056, ppid = 24308, port = 3299, parent port = 0 (0 = parent is not a saprouter)
    ***LOG Q0I=> NiIBindSocket: bind (98: Address already in use)
    ERROR => NiIBindSocket: SiBind failed for hdl 0 / sock 3
        (SI_EPORT_INUSE/98; I4; ST; 0.0.0.0:3299)
    ERROR => main: NiBufServerHandleForAddr failed (rc=-4)
    LOCATION    SAProuter 38.10 on 'haukka'
    ERROR       service '0.0.0.0:3299' in use
    TIME        Wed Aug  8 13:41:17 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -4
    MODULE      nixxi.cpp
    LINE        3174
    DETAIL      NiIBindSocket
    SYSTEM CALL bind
    ERRNO       98
    ERRNO TEXT  Address already in use
    COUNTER     2
    Should saprouter start although the connection to sap is not jet opened?
    Ystävällisin terveisin / Kind regards,
    Jukka Vesterinen

  • Not Enable Field Problem!

    Hello,
    we are running a process where a field is set as enable = True, a value is inserted and then is set again as Enable = False. The problem is that some times, when we want to set the field as enable true an exception ocurred. (The item is not an user defined object) so we can't set any property of it.
    This problem is solved momentary by typing Ctrl - Shift - B, and setting enable the items. But is not a real solution because after a few time the exception  occurred again.
    So, someone knows a better solution for this problem.
    Thanks. !
    Ezequiel.

    Hello Ezequiel,
    Try to use a "Try catch"statement which you can catch the error.. and your application don't crash.
    See for more info:
    [http://msdn.microsoft.com/en-us/library/0yd65esw.aspx]
    [http://msdn.microsoft.com/en-us/library/system.exception(VS.71).aspx]
    Hope this helps...
    Regards,

  • Enabling Encryption Problem

    I followed the instructions in Article: HT4175 titled 'iOS 4: Understanding data protection' at least 3 times. Despite backup, wiping the phone of all personal data and restoring I can't get the sign 'Data protection is enabled.' to show. I've used 4 digit passwords and more complicated ones to no avail. I have to encrypt work information, I am in health care. What am doing wrong?

    Could the problem be that my phone is very nearly full, i.e. only as 230MB left?
    No.
    Have you tried restoring as a "new" device & not from backup? If not, try that. When finished, eject your phone, DO NOT SYNC any content back to your phone, rather verify that all is working properly. If so, sync your content back to your phone. If not, make an appointment at an Apple store.

  • EM website (ssl-enabled) deployment problem

    Hi,
    I download and installed the Oracle 9iAS release 3 for Linux. OS: SLES 7 (certified platform).
    Tested the out-of-the-box configuration of the EM web site and everything works (at least nog visable problems). Tried to deploy a web-application (ear-file) --> no problem.
    Now I enabled ssl for the EM web site (as described in doc id 201387.1 on Metalink). If I now try to deploy a web-application I get an error after step 2 of the ear-deployment wizard. The error I get is the following:
    Internal Error The J2EE application (.ear) file needs to be specified and read before the deploy process can proceed. Go back to the Deploy Application Introduction page.
    What might be the problem? As stated it works without ssl.
    Guido

    I have JDK 1.6.0_20-b02 on redhat linx, but still having the issue
    <Jul 31, 2012 9:58:57 AM MDT> <Error> <oracle.as.management.mbeans.opmn> <BEA-000000> <OPMN mbeanstart failed with the following exception
    oracle.as.management.opmn.optic.OpticBadConnectException: Error flushing write connection to OPMN
    at oracle.as.management.opmn.optic.OpmnPhone.sendRequest(OpmnPhone.java:739)
    at oracle.as.management.opmn.optic.OpmnPhone.makePhoneCall(OpmnPhone.java:330)
    at oracle.as.management.opmn.optic.OpmnPhone.request(OpmnPhone.java:270)
    at oracle.as.management.opmn.optic.OpmnQuery.getBuf(OpmnQuery.java:462)
    at oracle.as.management.mbeans.opmn.Opmn.manageProcess(Opmn.java:238)
    at oracle.as.management.mbeans.opmn.Opmn.startProcess(Opmn.java:102)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStand

  • Enable/disable problem with button on table toolbar

    Hello *,
    In my WD (ABAP) application, on a view I have a table, a toolbar within it and buttons on the toolbar. I am trying to control 'enable' property of one button, binding it to an attribute in view's context.
    When I do this trick just for any button on the view which is not on the toolbar, it works just fine. But when the button is placed on table's toolbar - it just stays disabled all the time.
    Normally I bind enable property to an attribute in the <b>root</b> node. When I change attribute value, the 'normal' button responds correctly (getting enabled or disabled), but the <u>table toolbar button</u> <b>does not</b>. I start wondering if table controls (like toolbar and its buttons) has something to do with a node the table is bound to?
    Any comments about special features of toolbar and its buttons being placed in a table?
    Thanks!

    Looks like a bug to me. There is nothing special with toolbar buttons vs. "normal" buttons (at least not in Web Dynpro Java).
    Armin

  • My iphone is lost. Find my iphone is enabled. Problem is how can anyone who found my iPhone gets connected to wifi, when I had already put my passcode on my phone? In this way, how can I track my phone using Find my iPhone?

    Hello all,
                   My iPhone 4 has been lost recently. I had turned my Find my iPhone enabled and my passcode was also on. Now that I lost my phone, the person who find my phone cannot be tracked in my assumption. Because, he can never get connected to other wifi when unknown passcode is there. So, please tell me any suggestions that helps me find my iPhone or track it.
    Regards,
    Manish Dangi
    Nepal.

    If you can go to https://www.icloud.com/#find - sign in and then click on your device
    If who ever has your phones - tries to unlock it while connected in any manner - you will be able to see the location on the icloud site
    Also take the steps in this article
    If your iPhone, iPad, or iPod touch is lost or stolen - Apple Support

  • Java Script Disable/Enable Items Problem

    Hi,
    I followed the directions to disable/enable items from http://www.oracle.com/technology/products/database/htmldb/howtos/htmldb_javascript_howto2.html#disable.
    And I'm getting an error.
    I have fields like :
    Issue Summary
    Issue Description
    Identified By
    Identified Date
    Status (Values: Open, On-Hold, In-Process, Closed)
    Priority
    Target Resolution Date
    Whenever the Status changes to 'In-Process' I would like to disable 'Issue Summary and Issue Description'.
    Both the fields (Issue Summary and Issue Description) are being disabled when the Status changed to 'In-Process'
    but when I click the 'Apply Changes' button I'm getting the error: 'Issue summary cannot be null.'
    I do have a Not Null validation on Issue Summary field, but I'm only updating the Status field.
    Following is the JavaScript:
    In the Page Attribute (HTML Header)
    <script language="JavaScript" type="text/javascript">
    <!--
    //htmldb_delete_message='"DELETE_CONFIRM_MSG"';
    //-->
    // This function takes in:
    // 1. A string expression to evaluate. For example:
    // 'document.getElementById(\'P125_STATUS\').value=InProcess'
    // Notice the quotes are escaped using a "\"
    // 2. One or more arguments which are item ID's as strings. For example:
    // ...,'P1_ENAME','P1_SAL'...);
    // Notice the ID's are the item names, NOT item labels
    function disFormItems(testString,P125_ISSUE_SUMMARY,P125_ISSUE_DESCRIPTION){
    theTest = eval(testString);
    if(theTest){
    for(var i=1;i<4;i++){
    if (arguments){
    disItem = document.getElementById(arguments[i]);
    // disItem.style.background = '#cccccc';
    disItem.disabled = true;
    else{
    for(var i=1;i<4;i++){
    if (arguments[i]){
    disItem = document.getElementById(arguments[i]);
    disItem.disabled = false;
    // disItem.style.background = '#ffffff';
    //-->
    </script>
    In the Footer:
    <script language="JavaScript1.1" type="text/javascript">
    disFormItems('document.getElementById(\'P125_STATUS\').value==\'In-Process\'','P125_ISSUE_SUMMARY','P125_ISSUE_DESCRIPTION');
    </script>
    In the Status field HTML Form Element Attributes:
    onChange="javascript:disFormItems('document.getElementById(\'P125_STATUS\').value == \'In-Process\'','P125_ISSUE_SUMMARY','P125_ISSUE_DESCRIPTION');"
    Can somebody let me know what's wrong?
    Any help is greatly appreciated.
    Thanks in advance

    FYI: I used the following JavaScript to make it work:
    In the Header Text
    function SetReadOnly()
    var status = document.forms[0].p_t09.value;
    if(status == 'In-Process')
    document.forms[0].p_t02.readOnly = true;
    document.forms[0].p_t03.readOnly = true;
    //-->
    In the Footer
    <script language="JavaScript1.1" type="text/javascript">
    SetReadOnly();
    </script>
    In the HTML Form Element Attributes
    onChange="javascript:SetReadOnly();"
    Thank you very much for your suggestion

  • LinkBar enable/disable problem

    I got a LinkBar and a ViewStack connected.
    I got some forms on a viewstack component. When user edit these forms I want the LinkBar to be disabled. When user finish I want to enable it back, but I cannot set LinkBar's button to indicate that it is selected.
    <mx:LinkBar id="myLinkBar" selectedIndex="1" dataProvider="myViewStack"/>
    <mx:ViewStack id="myViewStack" >
    <mx:myComponent/>
    <mx:myComponent2>
    <mx:Button id="myButt" label="Edit" click="editForms()" />
    <mx:Form id="myForm"......
    ....</mx:Form>
    </mx:myComponent2>
    </mx:ViewStack>
    <mx:Script>
    <![CDATA[
    private function editForms():void {
    if (myButt.label=="Edit") {
    myForm.editable=true;
    myLinkBar.enabled=false
    myButt.label="Save"
    } else if (myButt.label=="Save"){
    myFrom.editable=false;
    myLinkBar.enabled=true;
    myButt.label="Edit"
    myLinkBar.selectedIndex=1;  //this component is visible, but I want the button of index 1 to be pressed
    In above example when myLinkBar is enabled (after pressing 'Save' button) it shows current viewStack component (myComponent2), but the LinkBar's button itself is not pressed. When I press the button, which has index=1 I got error:
    TypeError: Error #1034: Type Coercion failed: cannot convert mx.skins.halo::HaloBorder@2677401 to mx.controls.Button.
    at mx.controls::LinkBar/hiliteSelectedNavItem()[C:\autobuild\3.2.0\frameworks\projects\frame work\src\mx\controls\LinkBar.as:525]
    at mx.controls::LinkBar/clickHandler()[C:\autobuild\3.2.0\frameworks\projects\framework\src\ mx\controls\LinkBar.as:598]
    Furhtermore: when I set different selectedIndex (not the one, that is current, i.e. selectedIndex=0) everything works fine - the button of index specified (0) is pressed and no error occurs.

    It works only when I set different index. For example:
    linkBar.selectedIndex = viewStack.selectedIndex + 1     //this turns next linkBar button grey
    But when I set selected index on the current viewstack component nothing happens:
    linkBar.selectedIndex = viewStack.selectedIndex;       //all the buttons are still black

  • IMac 27" i5: Bluetooth Enabler Driver Problem with Magic Mouse and Keyboard

    So I just got my iMac 27" Quad Core i5 computer and was able to succesfully install Windows 7 64-bit (using this guide to get past the blank screen problem http://discussions.apple.com/thread.jspa?messageID=10533092). I then installed the Boot Camp 3 drivers from the Mac OS CD and updated windows via Windows Update. Everything seemed to work well.
    I even had right click and scrolling capabilities with the MAGIC MOUSE! Also, all the keys were functional on the wireless keyboard.
    However, after a few minutes of use the keyboard and mouse would hang and get stuck and I would have to do a hard reboot of the machine. I uninstalled the Apple Bluetooth drivers from the Add/Remove Programs menu and it fixed the problems with the devices getting stuck. However, function keys on the keyboard (brightness, volume, etc.) and scrolling in the Magic Mouse now not work. Is anyone else having this problem?

    I found a solution, and everything now works! I followed step three in this discussion http://discussions.apple.com/thread.jspa?threadID=2221427&tstart=0 which says:
    Disable power management for Bluetooth Radio. Open device manager, open Bluetooth Radios and right click on "Apple Bluetooth". Select the "Power Management". Uncheck "Allow the computer to turn off this device to save power".

Maybe you are looking for

  • Multiple OLE DB connection managers to the same database instance in a SSIS package

    Hi, While migrating DTS package to SSIS package, I came across one which had multiple OLE DB connection managers all connecting to the same Oracle schema in the same instance. There are that many execute SQL task corresponding to each of these connec

  • ----- After Effects Wish List (Pre 2008 - Read Only) -----

    AFTER EFFECTS WISHLIST What features would you like to see implemented in After Effects? New ideas for plugins? Interface changes? Post 'em here! Let's keep bug identification to individual posts, as these will probably be addressed more readily. Let

  • Arch Linux deemed "best" distro of 2014 by Linux Voice

    Congrats everyone! http://www.linuxvoice.com/linux-distros/. We were looking for a distro that performs well in every area, and excellently in many, making it a good all-round distro. However this alone isn't enough. It needs to have something that p

  • Where can I download Quicktime for windows?

    Where can I download the free Quicktime for windows? All I found on Apple's site was Macintosh versions.

  • Change details of attachments

    Hi Friends, In create mode we attach 3 documents (say A, B,C) in CV01N, with status CT. Say document no is 1001 We removed a attachment  (B) in change mode and change the status to IW. Now the document 1001 has two attachmnets only i.e. A & B. Can we