Discussion:
viewml binary, help in ldconfig and shared libraries
MIldred Frisco
2003-02-05 07:12:35 UTC
Permalink
Hi! I've tried to run the viewml binary for strongarm.
I put the libraries at /usr/lib. Can you give me some
tips on using the ldconfig command? I don't know where
my mistake is and I'm really at a loss. I've
downloaded an ldconfig program from one of the
binaries of our arm development tools library (at
/usr/local/arm/sbin/ldconfig of my host pc). Someone
told me that it was a wrong binary because it was not
supposed to be for ARM. anyway, i downloaded it on
the platform and tried to run the program. I've used
the commands below ...
If somebody knows what's happening, please help me and
tell me what should be done.
Thank you very much.

Mildred


----------------------------------

[***@Berks strongarm]$ldconfig run
bash: /sbin/ldconfig: Permission denied
[***@Berks strongarm]$ls -al ldconfig
ldconfig: No such file or directory
[***@Berks strongarm]$ls -al /sbin/ldconfig
-rw-r--r-- 1 root root 3116968 Jan 1 00:50
/sbin/ldconfig
[***@Berks strongarm]$chmod a+x /sbin/ldconfig
[***@Berks strongarm]$ls -al /sbin/ldconfig
-rwxr-xr-x 1 root root 3116968 Jan 1 00:50
/sbin/ldconfig
[***@Berks strongarm]$ls -al
drwxr-xr-x 1 root root 0 Jan 1 00:50
.
drwxr-xr-x 1 root root 0 Jan 1 00:20
..

[***@Berks strongarm]$ldconfig run
ldconfig: Can't open configuration file
/usr/local/arm//etc/ld.so.conf: No suchy
ldconfig: Can't create temporary cache file
/usr/local/arm//etc/ld.so.cache~: Ny
[***@Berks strongarm]$ls /
rd bin dev etc lib mnt
tmp var
usr home proc sbin root
microwin viewml
[***@Berks strongarm]$ls /etc/ld.so.cache
/etc/ld.so.cache
[***@Berks strongarm]$ls -al /etc/ld.so.cache
-rw-r--r-- 1 root root 685 Apr 4 2000
/etc/ld.so.cache
[***@Berks strongarm]$ls /usr/lib/ld.so
/usr/lib/ld.so: No such file or directory
[***@Berks strongarm]$find ld
ld: No such file or directory
[***@Berks strongarm]$cd /
[***@Berks /]$find ld
ld: No such file or directory
[***@Berks /]$find ldconfig
ldconfig: No such file or directory
[***@Berks /]$ls -al /usr/lib/lib*
lrwxrwxrwx 1 root root 17 Jun 3 2001
/usr/lib/libncurses.so.42
-rwxr-xr-x 1 root root 249396 Apr 4 2000
/usr/lib/libncurses.so.42
-rw-r--r-- 1 root root 82260 Jan 1 00:25
/usr/lib/libxmlparse.so
-rw-r--r-- 1 root root 82260 Jan 1 00:25
/usr/lib/libxmlparse.so.0
-rw-r--r-- 1 root root 82260 Jan 1 00:25
/usr/lib/libxmlparse.so.0
-rw-r--r-- 1 root root 153197 Jan 1 00:25
/usr/lib/libxmltok.so
-rw-r--r-- 1 root root 153197 Jan 1 00:25
/usr/lib/libxmltok.so.0
-rw-r--r-- 1 root root 153197 Jan 1 00:25
/usr/lib/libxmltok.so.0.0
lrwxrwxrwx 1 root root 13 Jun 3 2001
/usr/lib/libz.so.1 -> li3
-rwxr-xr-x 1 root root 60092 Apr 4 2000
/usr/lib/libz.so.1.1.3
[***@Berks /]$ldconfig -p
ldconfig: Can't open cache file
/usr/local/arm//etc/ld.so.cache
: No such file or directory
[***@Berks /]$ls /lib/ld-
ld-2.1.3.so ld-linux.so.2
[***@Berks /]$ldconfig --help
Usage: ldconfig [OPTION...]
Configure Dynamic Linker Run Time Bindings.

-c, --format=FORMAT Format to use: new, old
or compat (default)
-C CACHE Use CACHE as cache file
-f CONF Use CONF as configuration
file
-l Manually link individual
libraries.
-n Only process directories
specified on the command
line. Don't build cache.
-N Don't build cache
-p, --print-cache Print cache
-r ROOT Change to and use ROOT as
root directory
-v, --verbose Generate verbose messages
-X Don't generate links
-?, --help Give this help list
--usage Give a short usage
message
-V, --version Print program version

Mandatory or optional arguments to long options are
also mandatory or optional
for any corresponding short options.
[***@Berks /]$ldconfig -n
[***@Berks /]$ldconfig -nv
[***@Berks /]$ls /lib
[***@Berks /]$ldconfig
ldconfig: Can't open configuration file
/usr/local/arm//etc/ld.so.conf: No suchy
ldconfig: Can't create temporary cache file
/usr/local/arm//etc/ld.so.cache~: Ny
[***@Berks /]$ldconfig -C /etc/ld.so.cache
ldconfig: Can't open configuration file
/usr/local/arm//etc/ld.so.conf: No suchy
[***@Berks /]$ldconfig -f /etc/ld.so.conf
ldconfig: Can't open configuration file
/etc/ld.so.conf: No such file or directy
ldconfig: Can't create temporary cache file
/usr/local/arm//etc/ld.so.cache~: Ny
[***@Berks /]$ldconfig -f /etc/ld.so.conf -C
/etc/ld.so.cache
ldconfig: Can't open configuration file
/etc/ld.so.conf: No such file or directy
[***@Berks /]$find -name lib -print
./lib
./var/lib
./usr/lib
./usr/local/lib
[***@Berks /]$find -name ldconfig -print
./sbin/ldconfig
[***@Berks /]$ls /var/lib/
[***@Berks /]$ls /usr/lib/
libxmlparse.so.0.1.0 libz.so.1
libncurses.so.4
libxmlparse.so.0 libncurses.so.4.2
libxmlparse.so
libxmltok.so.0 libxmltok.so
libz.so.1.1.3
libxmltok.so.0.1.0
[***@Berks /]$ls /usr/local/lib/
[***@Berks /]$ls /home/
bjay rhea xtne mildred jasonk
[***@Berks /]$logout


...... after i logged out, the terminal hanged
i reset the arm-linux platform and after sometime it
also hanged because of error in finding libutil.so
..... please see below for the log of reboot ...



----------------

Welcome to minicom 2.00.0

OPTIONS: History Buffer, F-key Macros, Search History
Buffer, I18n
Compiled on Feb 26 2002, 09:38:06.

Press CTRL-A Z for help on special keys

+Socket Communications Inc: CF+ LPE Revision E
08/04/99
Getting address from port
Ethernet eth0: MAC address 00:c0:1b:00:99:0a
IP: 10.10.6.22/255.255.255.0, Gateway: 0.0.0.0
Default server: 0.0.0.0, DNS server IP: 0.0.0.0

RedBoot(tm) bootstrap and debug environment [ROM]
Non-certified release, version UNKNOWN - built
23:07:06, Jan 8 2003

Platform: Assabet development system (StrongARM 1110)
Copyright (C) 2000, 2001, 2002, Red Hat, Inc.

RAM: 0x00000000-0x02000000, 0x00014e48-0x01fb1000
available
FLASH: 0x50000000 - 0x52000000, 128 blocks of
0x00040000 bytes each.
== Executing boot script in 5.000 seconds - enter ^C
to abort
RedBoot> fis load "Linux kernel"
RedBoot> exec -b 0x100000 -l 0xc0000 -c "root=1f05"
Uncompressing
Linux....................................................
done, b.
Linux version 2.4.18-rmk7 (***@Macapuno) (gcc version
3.2) #10 Tue Dec 10 13:32
CPU: Intel StrongARM-1110 revision 8
Machine: Intel-Assabet
On node 0 totalpages: 16384
zone(0): 16384 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line: root=1f05
Warning: uninitialized Real Time Clock
Console: colour dummy device 80x30
Calibrating delay loop... 147.04 BogoMIPS
Memory: 64MB = 64MB total
Memory: 62672KB available (1363K code, 288K data, 72K
init)
Dentry-cache hash table entries: 8192 (order: 4, 65536
bytes)
Inode-cache hash table entries: 4096 (order: 3, 32768
bytes)
Mount-cache hash table entries: 1024 (order: 1, 8192
bytes)
Buffer-cache hash table entries: 4096 (order: 2, 16384
bytes)
Page-cache hash table entries: 16384 (order: 4, 65536
bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society
NET3.039
Initializing RT netlink socket
CPU clock: 221.200 MHz (59.000-287.000 MHz)
Starting kswapd
JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by
Axis Communications AB.
ttySA0 at MEM 0x80010000 (irq = 15) is a SA1100
ttySA2 at MEM 0x80050000 (irq = 17) is a SA1100
Console: switching to colour frame buffer device 40x30
pty: 256 Unix98 ptys configured
SA1100 Real Time Clock driver v1.00
block: 128 slots per queue, batch=32
RAMDISK driver initialized: 16 RAM disks of 4096K size
1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 50MHz system bus speed for PIO modes;
override with idebus=xx
Sound: Assabet UDA1341: dsp id 3 mixer id 0
SA1100 flash: probing 32-bit flash bus
Using buffer write method
Using RedBoot partition definition
Creating 9 MTD partitions on "SA1100 flash":
0x00000000-0x00040000 : "RedBoot"
0x00040000-0x00140000 : "unallocated space"
0x00140000-0x00200000 : "Linux kernel"
0x00200000-0x00440000 : "Ramdisk"
0x00440000-0x004c0000 : "unallocated space"
0x004c0000-0x01f80000 : "JFFS2"
0x01f80000-0x01fc0000 : "x"
0x01f80000-0x01f81000 : "RedBoot config"
mtd: partition "RedBoot config" doesn't end on an
erase block -- force read-only
0x01fc0000-0x02000000 : "FIS directory"
Linux Kernel Card Services 3.1.22
options: [pm]
SA-1100 PCMCIA (CS release 3.1.22)
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 4096 bind
8192)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
NetWinder Floating Point Emulator V0.95 (c) 1998-1999
Rebel.com
FAT: bogus logical sector size 408
jffs2_scan_empty(): Empty block at 0x0000fffc ends at
0x00010000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0001fffc ends at
0x00020000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0002fffc ends at
0x00030000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0004ffbc ends at
0x00050000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0005fffc ends at
0x00060000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0006ffdc ends at
0x00070000 (with 0xc00219y
jffs2_scan_empty(): Empty block at 0x0008fffc ends at
0x00090000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0009fffc ends at
0x000a0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x000afffc ends at
0x000b0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x000cfffc ends at
0x000d0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x000dfffc ends at
0x000e0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x000efffc ends at
0x000f0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0010fffc ends at
0x00110000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0011ff6c ends at
0x00120000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0012fffc ends at
0x00130000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0014fffc ends at
0x00150000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0015fffc ends at
0x00160000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0016fffc ends at
0x00170000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0018fffc ends at
0x00190000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0019fffc ends at
0x001a0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x001afffc ends at
0x001b0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x001cfffc ends at
0x001d0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x001dfffc ends at
0x001e0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x001efffc ends at
0x001f0000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0020fff8 ends at
0x00210000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0021fffc ends at
0x00220000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0022fffc ends at
0x00230000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0024fffc ends at
0x00250000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0025fffc ends at
0x00260000 (with 0xe00219y
jffs2_scan_empty(): Empty block at 0x0026fffc ends at
0x00270000 (with 0xe00219y
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not
found at 0x002774e8: 0x0020 id
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not
found at 0x002774ec: 0x0100 id
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not
found at 0x00277540: 0x0080 id
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not
found at 0x00277564: 0x0008 id
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not
found at 0x002775ec: 0x0010 id
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not
found at 0x00277700: 0x0080 id
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not
found at 0x00277760: 0x0001 id
Further such events for this erase block will not be
printed
VFS: Mounted root (jffs2 filesystem).
Freeing init memory: 72K
init: errKernel panic: Attempted to kill init!
or in lo ading shared libraries: libutil.so.1: cannot
open shared object file: y




















__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
±è¿µŒ·
2003-02-05 08:30:33 UTC
Permalink
<body style=font-size:10pt>
Sorry I don't know ldconfigure, but I recompiled all source of viewml for my strong arm system. Of course it is cross compile.<br>
<br>
I think that you should download w3c-libwww and flnx library and <br>
compile them on your host PC.<br>
After compiling, you should install w3c library in your PC.<br>
And compile vieml source.<br>
Copy viewml in $vieml-dir/src to your target.<br>
Run viewml.<br>
<br>
<br><br>
<table width=500 border=0 cellspacing=0 cellpadding=0>
<tr>
<td colspan=3 height=21><img src=Loading Image... width=500 height=21></td>
</tr>
<tr>

<td background=Loading Image... width=12>&nbsp;</td>
<td width=474 height=100 valign=top>
<table width=474 border=0 cellspacing=0 cellpadding=0>
<tr>
<td colspan=5 height=5></td>
</tr>
<tr>
<td width=15>&nbsp;</td>
<td width=112 valign=top>
<table cellspacing=0 cellpadding=0 width=112 bgcolor=#ffffff border=0>
<tbody>
<tr>
<td valign=bottom align=middle width=100% height=169>
<object id=template codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 height=168 width=112 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
<param name=_cx value=2963>
<param name=_cy value=4445>
<param name=FlashVars value=2963>
<param name=Movie value='http://myavatar.hanmir.com/phps/avatar.php?id=handol&rand=1044433833&back=_msfx_&look=nml_0&file=avatar.swf'>
<param name=Src value='http://myavatar.hanmir.com/phps/avatar.php?id=handol&rand=1044433833&back=_msfx_&look=nml_0&file=avatar.swf'>
<param name=WMode value=Window>
<param name=Play value=-1>
<param name=Loop value=-1>
<param name=Quality value=High>
<param name=SAlign value=''>
<param name=Menu value=0>
<param name=Base value=''>
<param name=AllowScriptAccess value=always>
<param name=Scale value=ShowAll>
<param name=DeviceFont value=0>
<param name=EmbedMovie value=0>
<param name=BGColor value=FFFFFF>
<param name=SWRemote value=''>
<embed src='http://myavatar.hanmir.com/phps/avatar.php?id=handol&rand=1044433833&back=_msfx_&look=nml_0&file=avatar.swf' menu=false quality=high bgcolor=#FFFFFF width=112 height=168 type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>
</embed>
</object></td>
</tr>
</tbody>
</table>
</td>
<td width=20>&nbsp;</td>
<td valign=top>
<table width=312 border=0 cellspacing=0 cellpadding=0>
<tr>
<td height=35><img src=Loading Image... width=144 height=23></td>
</tr>
</table>

<table width=311 border=0 cellspacing=0 cellpadding=0 bgcolor=#ffffff class=text>
<tr>
<td width=51 height=20><img src=Loading Image... width=43 height=15></td>
<td width=260 height=20>

<font size=2 color=#000000>김 영 섭</font>

</td>
</tr>
<tr>
<td colspan=2 height=1>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=Loading Image...>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=51 height=20><img src=Loading Image... width=43 height=15></td>
<td width=260 height=20>

<font size=2 color=#000000>***@hanmir.com</font>

</td>
</tr>
<tr>
<td colspan=2 height=1>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=51 height=20><img src=Loading Image... width=43 height=15></td>
<td width=260 height=20>

<font size=2 color=#000000>011-429-4638</font>

</td>
</tr>
<tr>
<td colspan=2 height=1>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>

<tr>
<td width=51 height=20 valign=top><img src=Loading Image... width=43 height=15></td>
<td width=260 height=20>&nbsp;
</td>
</tr>
<tr>
<td colspan=2 height=1>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=51 height=20>&nbsp;</td>
<td width=260 height=20>&nbsp;</td>
</tr>
<tr>
<td colspan=2>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=51 height=20>&nbsp;</td>
<td width=260 height=20>&nbsp;</td>
</tr>
<tr>
<td colspan=2>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>

</table>

</td>
<td width=16>&nbsp;</td>
</tr>
<tr>
<td colspan=5 height=5></td>
</tr>
</table>
</td>
<td background=Loading Image... width=14>&nbsp;</td>
</tr>
<tr>
<td colspan=3 height=22><img src=Loading Image... width=500 height=22></td>
</tr>
</table>
<br>
<br>____________________________________________________________________________<br>
<table width='500' border='0' cellspacing='0' cellpadding='0'>
<tr><td width='69'>
<a href='http://www.hanmir.com/' target=new><img src='Loading Image...' width='69' height='39' border=0></a>
</td><td class='tk'>
<font style=font-size:10pt>☎060-900-1555 최고의 입시전문가 상담!
(<a href='http://ipsicall.hanmir.com/' target=new>http://ipsicall.hanmir.com/</a>)<br>
Unique & Best, 한미르 아바타!
(<a href='http://avatar.hanmir.com/' target=new>http://avatar.hanmir.com/</a>)</font>
</td></tr></table><br><br>
<img src='http://mail.hanmir.com/Y/put_ack.php?disknum=7&hanmirid=handol&subject=Re%3A+viewml+binary%2C+help+in+ldconfig+and+shared+libraries&from=%B1%E8%BF%B5%BC%B7&to=viewml-***@viewml.com&date=200302051730' width=1 border=0 height=1>

</body>


#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
MIldred Frisco
2003-02-05 10:01:41 UTC
Permalink
Hi! How were you able to compile libwww ? I've already
crosss-compiled microwindows and flnx for strongarm
using Redhat Linux 7.3 host and arm-linux tools. I've
already ran nano-X and demos to strongarm. I've
previously submitted an email about my libwww errors
but no one responded. I can't even finish configure.
Please tell me the details. My plan was to compile
viewml but i can't compile libwww that's why i'm
trying the binary.
Thank you very much in advance.

mildred


--- �迵�� <***@hanmir.com> wrote:

---------------------------------
Sorry I don't know ldconfigure, but I recompiled all
source of viewml for my strong arm system. Of course
it is cross compile.

I think that you should download w3c-libwww and flnx
library and
compile them on your host PC.
After compiling, you should install w3c library in
your PC.
And compile vieml source.
Copy viewml in $vieml-dir/src to your target.
Run viewml.





























�� �� ��




***@hanmir.com




011-429-4638



















____________________________________________________________________________
��060-900-1555 �ְ��� �Խ�������
����!(http://ipsicall.hanmir.com/)
Unique & Best, �ѹ̸� �ƹ�Ÿ!
(http://avatar.hanmir.com/)

#############################################################This
message is sent to you because you are subscribed to
the mailing list .To unsubscribe, E-mail to: To switch
to the DIGEST mode, E-mail to To switch to the INDEX
mode, E-mail to Send administrative queries to


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
±è¿µŒ·
2003-02-06 02:46:00 UTC
Permalink
<body style=font-size:10pt>
You can compile w3c lib as changin the variable CC in all Makefile <br>
of subdirctory.<br>
Change gcc to arm-linux-gcc or your cross compile command.<br>
After that run install. Then all library file copied in /usr/lib of your host.<br>
And compile vieml. Copy all library on /usr/lib of your target system. run viewml on your target.<br>
Good Luck.<br>
<br><br>
<table width=500 border=0 cellspacing=0 cellpadding=0>
<tr>
<td colspan=3 height=21><img src=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_back01.gif width=500 height=21></td>
</tr>
<tr>

<td background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_back03.gif width=12>&nbsp;</td>
<td width=474 height=100 valign=top>
<table width=474 border=0 cellspacing=0 cellpadding=0>
<tr>
<td colspan=5 height=5></td>
</tr>
<tr>
<td width=15>&nbsp;</td>
<td width=112 valign=top>
<table cellspacing=0 cellpadding=0 width=112 bgcolor=#ffffff border=0>
<tbody>
<tr>
<td valign=bottom align=middle width=100% height=169>
<object id=template codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 height=168 width=112 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
<param name=_cx value=2963>
<param name=_cy value=4445>
<param name=FlashVars value=2963>
<param name=Movie value='http://myavatar.hanmir.com/phps/avatar.php?id=handol&rand=1044499560&back=_msfx_&look=nml_0&file=avatar.swf'>
<param name=Src value='http://myavatar.hanmir.com/phps/avatar.php?id=handol&rand=1044499560&back=_msfx_&look=nml_0&file=avatar.swf'>
<param name=WMode value=Window>
<param name=Play value=-1>
<param name=Loop value=-1>
<param name=Quality value=High>
<param name=SAlign value=''>
<param name=Menu value=0>
<param name=Base value=''>
<param name=AllowScriptAccess value=always>
<param name=Scale value=ShowAll>
<param name=DeviceFont value=0>
<param name=EmbedMovie value=0>
<param name=BGColor value=FFFFFF>
<param name=SWRemote value=''>
<embed src='http://myavatar.hanmir.com/phps/avatar.php?id=handol&rand=1044499560&back=_msfx_&look=nml_0&file=avatar.swf' menu=false quality=high bgcolor=#FFFFFF width=112 height=168 type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>
</embed>
</object></td>
</tr>
</tbody>
</table>
</td>
<td width=20>&nbsp;</td>
<td valign=top>
<table width=312 border=0 cellspacing=0 cellpadding=0>
<tr>
<td height=35><img src=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_title.gif width=144 height=23></td>
</tr>
</table>

<table width=311 border=0 cellspacing=0 cellpadding=0 bgcolor=#ffffff class=text>
<tr>
<td width=51 height=20><img src=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_name.gif width=43 height=15></td>
<td width=260 height=20>

<font size=2 color=#000000>김 영 섭</font>

</td>
</tr>
<tr>
<td colspan=2 height=1>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=51 height=20><img src=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_email.gif width=43 height=15></td>
<td width=260 height=20>

<font size=2 color=#000000>***@hanmir.com</font>

</td>
</tr>
<tr>
<td colspan=2 height=1>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=51 height=20><img src=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_tel.gif width=43 height=15></td>
<td width=260 height=20>

<font size=2 color=#000000>011-429-4638</font>

</td>
</tr>
<tr>
<td colspan=2 height=1>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>

<tr>
<td width=51 height=20 valign=top><img src=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_memo.gif width=43 height=15></td>
<td width=260 height=20>&nbsp;
</td>
</tr>
<tr>
<td colspan=2 height=1>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=51 height=20>&nbsp;</td>
<td width=260 height=20>&nbsp;</td>
</tr>
<tr>
<td colspan=2>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=51 height=20>&nbsp;</td>
<td width=260 height=20>&nbsp;</td>
</tr>
<tr>
<td colspan=2>
<table width=100% border=0 cellspacing=0 cellpadding=0 height=1 background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_line.gif>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>

</table>

</td>
<td width=16>&nbsp;</td>
</tr>
<tr>
<td colspan=5 height=5></td>
</tr>
</table>
</td>
<td background=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_back04.gif width=14>&nbsp;</td>
</tr>
<tr>
<td colspan=3 height=22><img src=http://common.hanmir.com/images/mail/new_mail/t01_images/t01_back02.gif width=500 height=22></td>
</tr>
</table>
<br>
<br>____________________________________________________________________________<br>
<table width='500' border='0' cellspacing='0' cellpadding='0'>
<tr><td width='69'>
<a href='http://www.hanmir.com/' target=new><img src='http://common.hanmir.com/images/mail/hanmir.gif' width='69' height='39' border=0></a>
</td><td class='tk'>
<font style=font-size:10pt>☎060-900-1555 최고의 입시전문가 상담!
(<a href='http://ipsicall.hanmir.com/' target=new>http://ipsicall.hanmir.com/</a>)<br>
Unique & Best, 한미르 아바타!
(<a href='http://avatar.hanmir.com/' target=new>http://avatar.hanmir.com/</a>)</font>
</td></tr></table><br><br>
<img src='http://mail.hanmir.com/Y/put_ack.php?disknum=7&hanmirid=handol&subject=Re%3A+Re%3A+viewml+binary%2C+help+in+ldconfig+and+shared+libraries&from=%B1%E8%BF%B5%BC%B7&to=viewml-***@viewml.com&date=200302061146' width=1 border=0 height=1>

</body>


#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
Loading...