Displaying 4 results from an estimated 4 matches for "leolc_2749".
2012 May 11
1
Re: Re: guestfs_mount_local* api undefined symbols
...try,
but why the inspection API had been binded with hivex when we might use inspection api
solely with linux os instance image?
Nok
------------------ ???? ------------------
???: "Richard W.M. Jones"<rjones at redhat.com>;
????: 2012?5?11?(???) ??1:19
???: "Nok"<leolc_2749 at qq.com>;
??: "libguestfs"<libguestfs at redhat.com>;
??: Re: ??? [Libguestfs] guestfs_mount_local* api undefined symbols
On Fri, May 11, 2012 at 01:03:26AM +0800, Nok wrote:
> I checked the version and found that it printed an old 1.17.17
> version which was deploy...
2012 May 10
1
回复: guestfs_mount_local* api undefined symbols
...API not available because of compiled without hivex library" pops up.I`ll check this out later.
thank you again
;)
Nok
------------------ ???? ------------------
???: "Richard W.M. Jones"<rjones at redhat.com>;
????: 2012?5?10?(???) ??11:07
???: "Nok"<leolc_2749 at qq.com>;
??: "libguestfs"<libguestfs at redhat.com>;
??: Re: [Libguestfs] guestfs_mount_local* api undefined symbols
On Thu, May 10, 2012 at 09:59:17PM +0800, Nok wrote:
> Recently i deployed latest 1.17.40 on rhel6.1.
Compiled from source, by the looks of it?
>...
2012 May 13
1
guestfs_mount_local api test: have to 'mount' before calling it?
Hi
I`ve been trying this guestfs_mount_local api for quite a few days,
but still can`t get over it.
Now it seems to have enter the fuse loop but have some problems with
'mount'?
and stops at guestfs_mount_local_run(g).
Here`s corresponding code in the test program:
??
if(guestfs_mount_local(g,"/mnt/libg")==-1)
exit(EXIT_FAILURE);
else
guestfs_mount_local_run(g);
??
Below is a
2012 May 10
1
guestfs_mount_local* api undefined symbols
Recently i deployed latest 1.17.40 on rhel6.1.
When i ran a tiny program which was to test the function guestfs_mount_local() or those similar functions that mounts locally, Error prompted?undefined symbol guest_mount_local !
Why didn`t this undefined symbol error prompt when the program was first compiled,but occurred when it was run?
Then i gave guestfish mount local a try in the shell, and