participate


General Solaris 10 Discussion - Solaris 10 as a NAS with AFP (netatalk) [Locked]
This topic is locked
<<   Back to Forum  |   Give us Feedback
This topic has 12 replies on 1 page.
ukmatt
Posts:3
Registered: 8/21/07
Solaris 10 as a NAS with AFP (netatalk)   
Aug 21, 2007 1:23 AM

 
Hi,

I would like to use Solaris 10 as a NAS server for our office - taking advantage of the goodness of ZFS to manage mirrored storage.

I'm new to Solaris having spent most of my time on FreeBSD and Linux. I have managed to get it installed OK, patched up-to-date with smpatch, set up a two-disk ZFS mirror and enabled CIFS file sharing. The problem I have is that there are a lot of Mac users in my company and they prefer using Apple's native filesharing. This means installing netatalk.

I couldn't find any packages for netatalk, so I found these intructions and tried to follow them:

http://www.unixzone.dk/unix/20060122/appletalk-on-solaris

I installed GCC and berkeleydb44_devel using blastwave but I can't get netatalk to compile either the vanilla version or the patched version from the link above - it configures OK with:

RANLIB=echo CC=gcc LDFLAGS=-R/opt/csw/bdb44/lib ./configure --prefix=/opt/netatalk --with-ssl=/usr/sfw --with-bdb=/opt/csw/bdb44


but the gmake fails with:

cnid_index.c:277: warning passing argument 2 of 'db->stat' from incompatible pointer type
cnid_index.c:277: error: too few arguments to function 'db->stat'


Is there an easier way of doing this (a pre-built package would be great!), or can anyone point me in the right direction to get it working please?

Apologies if this is the wrong place to ask these questions.


Many thanks,

Matt.
 
afberendsen2009
Posts:268
Registered: 29/01/07
Re: Solaris 10 as a NAS with AFP (netatalk)   
Aug 21, 2007 2:38 AM (reply 1 of 12)  (In reply to original post )

 
Try using gmake from sunfreeware
http://www.sunfreeware.com/programlistsparc10.html#make

Cheers,
Andreas
 
ukmatt
Posts:3
Registered: 8/21/07
Re: Solaris 10 as a NAS with AFP (netatalk)   
Aug 21, 2007 7:35 AM (reply 2 of 12)  (In reply to #1 )

 
Thanks, Andreas.

It still breaks at the same place with gmake from sunfreeware. :-(
 
alan.pae
Posts:1,447
Registered: 9/6/06
Re: Solaris 10 as a NAS with AFP (netatalk)   
Aug 21, 2007 1:24 PM (reply 3 of 12)  (In reply to #2 )

 
Try the mailing lists:

http://netatalk.sourceforge.net/mailing_lists.php

There's usually one for Developers so start there. If not, ususally in the tarball is a file called MAINTAINERS with names and e-mail addresses for you to use.

alan
 
afberendsen2009
Posts:268
Registered: 29/01/07
Re: Solaris 10 as a NAS with AFP (netatalk)   
Aug 21, 2007 5:05 PM (reply 4 of 12)  (In reply to #3 )

 
I supose that you downloaded Berkely DB from Oracle site http://www.oracle.com/technology/software/products/berkeley-db/index.html

Please look carefuly what I have done below.

My first try was to install nettalk w/o Berkely DB installed:
# cd netatalk-2.0.3
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/netatalk-2.0.3
# RANLIB=echo CC=gcc LDFLAGS=-R/usr/local/lib ./configure \
<div class="jive-quote">--prefix=/opt/netatalk --with-ssl-dir=/usr/sfw --with-bdb=/usr/local</div>
...
Checking default DID scheme... cdb
checking whether default CNID scheme has been activated... yes
checking for Berkeley DB headers in /usr/local/include/db4.2... no
checking for Berkeley DB headers in /usr/local/include/db42... no
checking for Berkeley DB headers in /usr/local/include/db4.1... no
checking for Berkeley DB headers in /usr/local/include/db41... no
...
checking for objdir... .libs
checking for ar... no
checking for ranlib... no
checking for strip... no
...

NOTE: I did not noticed the error with ar in the previous try of configure.

Following Oracle instructions:
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/db-4.6.19
# find . -name build_unix
./build_unix
./docs/ref/build_unix
./docs_src/ref/build_unix
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/db-4.6.19
# cd ./build_unix
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/db-4.6.19/build_unix
# ../dist/configure
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
...
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/db-4.6.19/build_unix
# make
-bash: make: command not found
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/opt/install/packages
# pkgadd -d make-3.81-sol10-sparc-local all
 
Processing package instance <SMCmake> from </opt/install/packages/make-3.81-sol10-sparc-local>
...
Installation of <SMCmake> was successful.
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/opt/install/packages
# cd
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root
# cd db-4.6.19/build_unix/ 
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/db-4.6.19/build_unix
# make
/usr/bin/sh ./libtool --mode=compile gcc -c -I. -I../dist/..  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -O3  ../dist/../mutex/mut_tas.c
mkdir .libs
 gcc -c -I. -I../dist/.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O3 ../dist/../mutex/mut_tas.c  -fPIC -DPIC -o .libs/mut_tas.o
 gcc -c -I. -I../dist/.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O3 ../dist/../mutex/mut_tas.c -o mut_tas.o >/dev/null 2>&1
/usr/bin/sh ./libtool --mode=compile gcc -c -I. -I../dist/..  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  -O3  ../dist/../mutex/mut_pthread.c
...
/usr/bin/sh ./libtool ...
gcc -shared -Wl,-h -Wl,libdb-4.6.so ...
false cru .libs/libdb-4.6.a  ...
make: *** [libdb-4.6.la] Error 1

After a long research, the problem was identified with ar not beign located by configure.
# PATH=$PATH:/usr/ccs/bin;export PATH;../dist/configure
...
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
...
# make
...
gcc -O3 -o .libs/db_verify .libs/db_verify.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-4.6.so -lresolv -lsocket -lrt -lpthread  -R/usr/local/BerkeleyDB.4.6/lib
creating db_verify
/usr/bin/sh ./libtool --mode=execute true db_verify
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/db-4.6.19/build_unix
# make install
Installing DB include files: /usr/local/BerkeleyDB.4.6/include ...
Installing DB library: /usr/local/BerkeleyDB.4.6/lib ...
...
Installing documentation: /usr/local/BerkeleyDB.4.6/docs ...
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/db-4.6.19/build_unix
#  


Now, back to nettalk:
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/netatalk-2.0.3
# RANLIB=echo CC=gcc LDFLAGS=-R/usr/local/lib ./configure \
<div class="jive-quote">--prefix=/opt/netatalk --with-ssl-dir=/usr/sfw --with-bdb=/usr/local</div>
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking target system type... sparc-sun-solaris2.10
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
...
hecking whether default CNID scheme has been activated... yes
checking for Berkeley DB headers in /usr/local/include/db4.2... no
checking for Berkeley DB headers in /usr/local/include/db42... no
checking for Berkeley DB headers in /usr/local/include/db4.1... no
checking for Berkeley DB headers in /usr/local/include/db41... no
checking for Berkeley DB headers in /usr/local/include/db4... no
checking for Berkeley DB headers in /usr/local/include/... no
checking for Berkeley DB headers in /usr/local/db4.2... no
checking for Berkeley DB headers in /usr/local/db42... no
checking for Berkeley DB headers in /usr/local/db4.1... no
checking for Berkeley DB headers in /usr/local/db41... no
checking for Berkeley DB headers in /usr/local/db4... no
checking for Berkeley DB headers in /usr/local/... no
 
Make sure you have the required Berkeley DB libraries AND headers installed.
You can download the latest version from http://www.sleepycat.com.
If you have installed BDB in a non standard location use the
--with-bdb=/path/to/bdb configure option and make sure
your linker is configured to check for libraries there.
configure: error: Berkeley DB library required but not found!
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/netatalk-2.0.3
# RANLIB=echo CC=gcc LDFLAGS=-R/usr/local/lib ./configure --prefix=/opt/netatalk --with-ssl-dir=/usr/sfw --with-bdb=/usr/local/BerkeleyDB.4.6
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
...
configure: error: Berkeley DB library required but not found!
# RANLIB=echo CC=gcc LDFLAGS=-R/usr/local/lib ./configure --prefix=/opt/netatalk --with-ssl-dir=/usr/sfw --with-bdb=/usr/local/BerkeleyDB.4.2
...
configure: error: Berkeley DB library required but not found!

Fixes
# ln -s /usr/local/BerkeleyDB.4.2/include /usr/local/include/db4.2
# (cd /usr/local/BerkeleyDB.4.2/lib; for x in *; do ln -s /usr/local/lib/$x $(pwd)/$x; done)

New try
# RANLIB=echo CC=gcc LDFLAGS=-R/usr/local/lib ./configure --prefix=/opt/netatalk --with-ssl-dir=/usr/sfw --with-bdb=/usr/local
...
configure: WARNING:  If you're running Solaris or BSD you'll have to edit /etc/pam.conf to get PAM working.
configure: WARNING:  You can also re-run configure and specify --without-pam to disable PAM support.
________________________________________________
[SunOS 5.10/bash] root@wgls01.nz.thenational.com:/root/netatalk-2.0.3
# make
...
pi.c: In function `tpi_identify':
tpi.c:47: error: `DDI_IDENTIFIED' undeclared (first use in this function)
tpi.c:47: error: (Each undeclared identifier is reported only once
tpi.c:47: error: for each function it appears in.)
tpi.c:49: error: `DDI_NOT_IDENTIFIED' undeclared (first use in this function)
...

To fix the previous problem, edit sys/solaris/tpi.c and includes the following two lines:
#define DDI_IDENTIFIED (0)/* devinfo claimed */
#define DDI_NOT_IDENTIFIED (- 1)/* not claimed */

Then, next try:
# make
...
# make install
...
# 


Cheers,
Andreas
 
robert.cohen
Posts:1,999
Registered: 7/08/06
Re: Solaris 10 as a NAS with AFP (netatalk)   
Aug 21, 2007 6:23 PM (reply 5 of 12)  (In reply to #4 )

 
The netatalk software was designed to work with an older version of berkelely db (4.2)
The api for db has changed slightly in the meantime
Try this patch
diff -ru netatalk-2.0.3.orig//bin/cnid/cnid_index.c netatalk-2.0.3/bin/cnid/cnid
_index.c
--- netatalk-2.0.3.orig//bin/cnid/cnid_index.c  Sun Apr 10 22:49:18 2005
+++ netatalk-2.0.3/bin/cnid/cnid_index.c        Thu Mar 23 18:42:47 2006
@@ -274,7 +274,7 @@
     DB_BTREE_STAT *sp;
     DB *db = db_table[dbi].db;
 
-    ret = db->stat(db, &sp, 0);
+    ret = db->stat(db, NULL, &sp, 0);
 
     if (ret) {
         LOG(log_error, logtype_cnid, "error getting stat infotmation on databas
e: %s", db_strerror(errno));
diff -ru netatalk-2.0.3.orig//etc/cnid_dbd/dbif.c netatalk-2.0.3/etc/cnid_dbd/db
if.c
--- netatalk-2.0.3.orig//etc/cnid_dbd/dbif.c    Wed Dec 22 00:36:12 2004
+++ netatalk-2.0.3/etc/cnid_dbd/dbif.c  Thu Mar 23 18:43:07 2006
@@ -514,7 +514,7 @@
     DB_BTREE_STAT *sp;
     DB *db = db_table[dbi].db;
 
-    ret = db->stat(db, &sp, 0);
+    ret = db->stat(db, NULL, &sp, 0);
 
     if (ret) {
         LOG(log_error, logtype_cnid, "error getting stat infotmation on databas
e: %s", db_strerror(errno));
 
ukmatt
Posts:3
Registered: 8/21/07
Re: Solaris 10 as a NAS with AFP (netatalk)   
Aug 24, 2007 4:54 AM (reply 6 of 12)  (In reply to #5 )

 
Hi guys,

This looks encouraging. I will try it out as soon as I am done with some other stuff I have to do first.

Many thanks for your help,

Matt.
 
pagro03
Posts:1
Registered: 8/27/07
Re: Solaris 10 as a NAS with AFP (netatalk)   
Aug 27, 2007 3:33 PM (reply 7 of 12)  (In reply to #5 )

 
Thanks, Robert. This worked for me.
 
rem7
Posts:1
Registered: 6/11/08
Re: Solaris 10 as a NAS with AFP (netatalk)   
Jun 11, 2008 9:41 AM (reply 8 of 12)  (In reply to #7 )

 
Hello.
I'm trying to compile netatalk-2.0.3 with BerkeleyDB.4.7. I applied the patch that Robert mentioned but I'm getting the following error:


then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.c:15:38: /usr/ucbinclude/sys/file.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `main.o'
Current working directory /export/home/rem7/Desktop/netatalk-2.0.3/etc/atalkd
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='afpd cnid_dbd atalkd papd psf uams'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/rem7/Desktop/netatalk-2.0.3/etc
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='libatalk bin config etc man contrib distrib include sys doc macros'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/rem7/Desktop/netatalk-2.0.3
*** Error code 1
make: Fatal error: Command failed for target `all'
 
ShawnClifford
Posts:3
Registered: 17/05/05
Re: Solaris 10 as a NAS with AFP (netatalk)   
Jul 21, 2008 11:40 AM (reply 9 of 12)  (In reply to #8 )

 
There are 6 programs that throw this error:
./etc/atalkd/main.c
./etc/cnid_dbd/dbif.c
./etc/papd/main.c
./etc/papd/lp.c
./bin/cnid/cnid_index.c
./sys/solaris/tpi.c

Make a backup of each file and then edit each. Near the top of each file, you will find a section that looks like:
#if defined( sun ) && defined( __svr4__ )
#include </usr/ucbinclude/sys/file.h>
#else /* sun __svr4__ */*
*#include <sys/file.h>*
*#endif /* sun __svr4__ */


And add '!' to make it become:
#if defined( sun ) && ! defined( __svr4__ )
#include </usr/ucbinclude/sys/file.h>
#else /* sun __svr4__ */*
*#include <sys/file.h>*
*#endif /* sun __svr4__ */


Edited by: ShawnClifford on Jul 21, 2008 2:37 PM

Edited by: ShawnClifford on Jul 21, 2008 2:39 PM
 
ShawnClifford
Posts:3
Registered: 17/05/05
Re: Solaris 10 as a NAS with AFP (netatalk)   
Jul 23, 2008 12:30 PM (reply 10 of 12)  (In reply to #9 )

 
So, the steps to build 'netatalk' on OpenSolaris (probably Solaris 10 as well) from scratch would be:

0) If you have installed from the OpenSolaris Live CD, then you are missing the development software. Install 'gcc'
pkg install gcc-dev
 
[other optional packages]
pkg install ss-dev         <-- SunStudio developers suite
pkg install amp-dev      <-- Apache, MySql, PHP/Perl/Python


1) Install 'pkg-get' from Blastwave
cd /opt
wget http://www.blastwave.org/pkg_get.pkg
pkgadd -d./pkg_get.pkg
export PATH=$PATH":/opt/csw/bin"


2) Install the Berkeley DB from Blastwave
pkg-get -i gpgme
pkg-get -i berkeleydb44 berkeleydb44_devel


3) Download and unpack the source code for 'netatalk' from [Sourceforge|http://sourceforge.net/project/showfiles.php?group_id=8642|netatalk from Sourceforge]

4) Backup/modify the various sources that need to be fixed in order to compile, as previously documented in this disccusion thread.

5) I use the following script, 'BUILD', to configure the Makefile
#!/bin/sh -
 
PATH="/sbin:/usr/sbin:/usr/bin:/opt/csw/bin"
CC=/usr/bin/gcc
LDFLAGS="-Wl,-R /opt/csw/bdb44/lib -Wl,-R /usr/sfw/lib"
 
export PATH CC LDFLAGS
 
./configure    --prefix=/opt/csw                      \
                   --with-bdb=/opt/csw/bdb44          \
                   --with-libiconv=/opt/csw           \
                   --with-pam=/usr/lib/security       \
                   --with-shadow                      \
                   --with-ssl-dir=/usr/sfw


6) Compile with 'make' and install with 'make install | tee install.log'

Edited by: ShawnClifford on Jul 21, 2008 2:50 PM

Edited by: ShawnClifford on Jul 21, 2008 2:51 PM

Edited by: ShawnClifford on Jul 21, 2008 6:45 PM

Edited by: ShawnClifford on Jul 21, 2008 6:51 PM

Edited by: ShawnClifford on Jul 22, 2008 8:08 AM
 
khewuwei
Posts:20
Registered: 3/3/08
Re: Solaris 10 as a NAS with AFP (netatalk)   
Nov 2, 2009 6:03 PM (reply 11 of 12)  (In reply to #4 )

 
Hi,

Happen to chance upon this thread which I have a similar problem.
Trying to build dbxml in UNIX and has the following problem

libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
*** Error code 1
dmake: Fatal error: Command failed for target `cxx_db.lo'
Waiting for 1 job to finish
false cru .libs/libdb-4.6.a  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 getaddrinfo.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 strsep.o aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o crdel_auto.o crdel_rec.o ctime.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 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_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 os_abort.o os_abs.o os_alloc.o os_clock.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_fzero.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_oflags.o os_open.o os_pid.o os_region.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_sleep.o os_spin.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
*** Error code 1
dmake: Warning: Command failed for target `libdb-4.6.la'
 


I have absoultely no idea how to solve this... please help...

Thanks!
 
PhHein
Posts:11,253
Registered: 8/16/01
Re: Solaris 10 as a NAS with AFP (netatalk)   
Nov 3, 2009 2:38 AM (reply 12 of 12)  (In reply to #11 )

 
Please don't post in threads that are long dead. When you have a question, start your own topic. Feel free to provide a link to an old post that may be relevant to your problem.

I'm locking this thread now.
 
This topic has 12 replies on 1 page.
Back to Forum
 
Read the Developer Forums Code of Conduct

Click to email this message Email this Topic

Edit this Topic
  
 
 
Forums Statistics

About Sun forums
  • Oracle Forums is a large collection of user generated discussions. It is here to help you ask questions, find answers, and participate in discussions.

    Check out our guide on Getting started with Oracle Forums for a full walkthrough of how to best leverage the benefits of this community.

Powered by Jive Forums